|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.storagegateway.model.ListLocalDisksResult
public class ListLocalDisksResult
A JSON object containing the following fields:
Constructor Summary | |
---|---|
ListLocalDisksResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<Disk> |
getDisks()
An array of Disk objects. |
java.lang.String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway. |
int |
hashCode()
|
void |
setDisks(java.util.Collection<Disk> disks)
An array of Disk objects. |
void |
setGatewayARN(java.lang.String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListLocalDisksResult |
withDisks(java.util.Collection<Disk> disks)
An array of Disk objects. |
ListLocalDisksResult |
withDisks(Disk... disks)
An array of Disk objects. |
ListLocalDisksResult |
withGatewayARN(java.lang.String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListLocalDisksResult()
Method Detail |
---|
public java.lang.String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(java.lang.String gatewayARN)
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public ListLocalDisksResult withGatewayARN(java.lang.String gatewayARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.
public java.util.List<Disk> getDisks()
public void setDisks(java.util.Collection<Disk> disks)
disks
- An array of Disk objects.public ListLocalDisksResult withDisks(Disk... disks)
Returns a reference to this object so that method calls can be chained together.
disks
- An array of Disk objects.
public ListLocalDisksResult withDisks(java.util.Collection<Disk> disks)
Returns a reference to this object so that method calls can be chained together.
disks
- An array of Disk objects.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |