|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.storagegateway.model.DescribeUploadBufferResult
public class DescribeUploadBufferResult
Describe Upload Buffer Result
Constructor Summary | |
---|---|
DescribeUploadBufferResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getDiskIds()
Returns the value of the DiskIds property for this object. |
String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway. |
Long |
getUploadBufferAllocatedInBytes()
Returns the value of the UploadBufferAllocatedInBytes property for this object. |
Long |
getUploadBufferUsedInBytes()
Returns the value of the UploadBufferUsedInBytes property for this object. |
int |
hashCode()
|
void |
setDiskIds(Collection<String> diskIds)
Sets the value of the DiskIds property for this object. |
void |
setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. |
void |
setUploadBufferAllocatedInBytes(Long uploadBufferAllocatedInBytes)
Sets the value of the UploadBufferAllocatedInBytes property for this object. |
void |
setUploadBufferUsedInBytes(Long uploadBufferUsedInBytes)
Sets the value of the UploadBufferUsedInBytes property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeUploadBufferResult |
withDiskIds(Collection<String> diskIds)
Sets the value of the DiskIds property for this object. |
DescribeUploadBufferResult |
withDiskIds(String... diskIds)
Sets the value of the DiskIds property for this object. |
DescribeUploadBufferResult |
withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. |
DescribeUploadBufferResult |
withUploadBufferAllocatedInBytes(Long uploadBufferAllocatedInBytes)
Sets the value of the UploadBufferAllocatedInBytes property for this object. |
DescribeUploadBufferResult |
withUploadBufferUsedInBytes(Long uploadBufferUsedInBytes)
Sets the value of the UploadBufferUsedInBytes property for this object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeUploadBufferResult()
Method Detail |
---|
public String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(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 DescribeUploadBufferResult withGatewayARN(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 List<String> getDiskIds()
public void setDiskIds(Collection<String> diskIds)
diskIds
- The new value for the DiskIds property for this object.public DescribeUploadBufferResult withDiskIds(String... diskIds)
Returns a reference to this object so that method calls can be chained together.
diskIds
- The new value for the DiskIds property for this object.
public DescribeUploadBufferResult withDiskIds(Collection<String> diskIds)
Returns a reference to this object so that method calls can be chained together.
diskIds
- The new value for the DiskIds property for this object.
public Long getUploadBufferUsedInBytes()
public void setUploadBufferUsedInBytes(Long uploadBufferUsedInBytes)
uploadBufferUsedInBytes
- The new value for the UploadBufferUsedInBytes property for this
object.public DescribeUploadBufferResult withUploadBufferUsedInBytes(Long uploadBufferUsedInBytes)
Returns a reference to this object so that method calls can be chained together.
uploadBufferUsedInBytes
- The new value for the UploadBufferUsedInBytes property for this
object.
public Long getUploadBufferAllocatedInBytes()
public void setUploadBufferAllocatedInBytes(Long uploadBufferAllocatedInBytes)
uploadBufferAllocatedInBytes
- The new value for the UploadBufferAllocatedInBytes property for this
object.public DescribeUploadBufferResult withUploadBufferAllocatedInBytes(Long uploadBufferAllocatedInBytes)
Returns a reference to this object so that method calls can be chained together.
uploadBufferAllocatedInBytes
- The new value for the UploadBufferAllocatedInBytes property for this
object.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |