Class ListLocalDisksResult
java.lang.Object
com.amazonaws.services.storagegateway.model.ListLocalDisksResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getDisks()
int
hashCode()
void
setDisks
(Collection<Disk> disks) void
setGatewayARN
(String gatewayARN) toString()
Returns a string representation of this object; useful for testing and debugging.NOTE: This method appends the values to the existing list (if any).withDisks
(Collection<Disk> disks) withGatewayARN
(String gatewayARN)
-
Constructor Details
-
ListLocalDisksResult
public ListLocalDisksResult()
-
-
Method Details
-
setGatewayARN
- Parameters:
gatewayARN
-
-
getGatewayARN
- Returns:
-
withGatewayARN
- Parameters:
gatewayARN
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getDisks
- Returns:
-
setDisks
- Parameters:
disks
-
-
withDisks
NOTE: This method appends the values to the existing list (if any). Use
setDisks(java.util.Collection)
orwithDisks(java.util.Collection)
if you want to override the existing values.- Parameters:
disks
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDisks
- Parameters:
disks
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-