|
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.DescribeUploadBufferResult
public class DescribeUploadBufferResult
A JSON object containing the following fields:
Constructor Summary | |
---|---|
DescribeUploadBufferResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<java.lang.String> |
getDiskIds()
An array of the gateway's local disk IDs that are configured as working storage. |
java.lang.String |
getGatewayARN()
In response, AWS Storage Gateway returns the ARN of the activated gateway. |
java.lang.Long |
getUploadBufferAllocatedInBytes()
The total upload buffer in bytes allocated for the gateway. |
java.lang.Long |
getUploadBufferUsedInBytes()
The total upload buffer in bytes in use by the gateway. |
int |
hashCode()
|
void |
setDiskIds(java.util.Collection<java.lang.String> diskIds)
An array of the gateway's local disk IDs that are configured as working storage. |
void |
setGatewayARN(java.lang.String gatewayARN)
In response, AWS Storage Gateway returns the ARN of the activated gateway. |
void |
setUploadBufferAllocatedInBytes(java.lang.Long uploadBufferAllocatedInBytes)
The total upload buffer in bytes allocated for the gateway. |
void |
setUploadBufferUsedInBytes(java.lang.Long uploadBufferUsedInBytes)
The total upload buffer in bytes in use by the gateway. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeUploadBufferResult |
withDiskIds(java.util.Collection<java.lang.String> diskIds)
An array of the gateway's local disk IDs that are configured as working storage. |
DescribeUploadBufferResult |
withDiskIds(java.lang.String... diskIds)
An array of the gateway's local disk IDs that are configured as working storage. |
DescribeUploadBufferResult |
withGatewayARN(java.lang.String gatewayARN)
In response, AWS Storage Gateway returns the ARN of the activated gateway. |
DescribeUploadBufferResult |
withUploadBufferAllocatedInBytes(java.lang.Long uploadBufferAllocatedInBytes)
The total upload buffer in bytes allocated for the gateway. |
DescribeUploadBufferResult |
withUploadBufferUsedInBytes(java.lang.Long uploadBufferUsedInBytes)
The total upload buffer in bytes in use by the gateway. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeUploadBufferResult()
Method Detail |
---|
public java.lang.String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(java.lang.String gatewayARN)
Constraints:
Length: 50 - 500
gatewayARN
- In response, AWS Storage Gateway returns the ARN of the activated
gateway. If you don't remember the ARN of a gateway, you can use the
ListGateways operations to return a list of gateways for your
account and region.public DescribeUploadBufferResult withGatewayARN(java.lang.String gatewayARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
gatewayARN
- In response, AWS Storage Gateway returns the ARN of the activated
gateway. If you don't remember the ARN of a gateway, you can use the
ListGateways operations to return a list of gateways for your
account and region.
public java.util.List<java.lang.String> getDiskIds()
DiskIds
array is
empty.
DiskIds
array is
empty.public void setDiskIds(java.util.Collection<java.lang.String> diskIds)
DiskIds
array is
empty.
diskIds
- An array of the gateway's local disk IDs that are configured as
working storage. Each local disk ID is specified as a string (minimum
length of 1 and maximum length of 300). If no local disks are
configured as working storage, then the DiskIds
array is
empty.public DescribeUploadBufferResult withDiskIds(java.lang.String... diskIds)
DiskIds
array is
empty.
Returns a reference to this object so that method calls can be chained together.
diskIds
- An array of the gateway's local disk IDs that are configured as
working storage. Each local disk ID is specified as a string (minimum
length of 1 and maximum length of 300). If no local disks are
configured as working storage, then the DiskIds
array is
empty.
public DescribeUploadBufferResult withDiskIds(java.util.Collection<java.lang.String> diskIds)
DiskIds
array is
empty.
Returns a reference to this object so that method calls can be chained together.
diskIds
- An array of the gateway's local disk IDs that are configured as
working storage. Each local disk ID is specified as a string (minimum
length of 1 and maximum length of 300). If no local disks are
configured as working storage, then the DiskIds
array is
empty.
public java.lang.Long getUploadBufferUsedInBytes()
public void setUploadBufferUsedInBytes(java.lang.Long uploadBufferUsedInBytes)
uploadBufferUsedInBytes
- The total upload buffer in bytes in use by the gateway. If no upload
buffer is configured for the gateway, this field returns 0.public DescribeUploadBufferResult withUploadBufferUsedInBytes(java.lang.Long uploadBufferUsedInBytes)
Returns a reference to this object so that method calls can be chained together.
uploadBufferUsedInBytes
- The total upload buffer in bytes in use by the gateway. If no upload
buffer is configured for the gateway, this field returns 0.
public java.lang.Long getUploadBufferAllocatedInBytes()
public void setUploadBufferAllocatedInBytes(java.lang.Long uploadBufferAllocatedInBytes)
uploadBufferAllocatedInBytes
- The total upload buffer in bytes allocated for the gateway. If no
upload buffer is configured for the gateway, this field returns 0.public DescribeUploadBufferResult withUploadBufferAllocatedInBytes(java.lang.Long uploadBufferAllocatedInBytes)
Returns a reference to this object so that method calls can be chained together.
uploadBufferAllocatedInBytes
- The total upload buffer in bytes allocated for the gateway. If no
upload buffer is configured for the gateway, this field returns 0.
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 |