@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLocalDisksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListLocalDisksResult() |
Modifier and Type | Method and Description |
---|---|
ListLocalDisksResult |
clone() |
boolean |
equals(Object obj) |
List<Disk> |
getDisks() |
String |
getGatewayARN() |
int |
hashCode() |
void |
setDisks(Collection<Disk> disks) |
void |
setGatewayARN(String gatewayARN) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListLocalDisksResult |
withDisks(Collection<Disk> disks) |
ListLocalDisksResult |
withDisks(Disk... disks)
NOTE: This method appends the values to the existing list (if any).
|
ListLocalDisksResult |
withGatewayARN(String gatewayARN) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public ListLocalDisksResult withGatewayARN(String gatewayARN)
gatewayARN
- public void setDisks(Collection<Disk> disks)
disks
- public ListLocalDisksResult withDisks(Disk... disks)
NOTE: This method appends the values to the existing list (if any). Use
setDisks(java.util.Collection)
or withDisks(java.util.Collection)
if you want to override the
existing values.
disks
- public ListLocalDisksResult withDisks(Collection<Disk> disks)
disks
- public String toString()
toString
in class Object
Object.toString()
public ListLocalDisksResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.