@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeUploadBufferResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeUploadBufferResult() |
Modifier and Type | Method and Description |
---|---|
DescribeUploadBufferResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDiskIds()
An array of the gateway's local disk IDs that are configured as working storage.
|
String |
getGatewayARN() |
Long |
getUploadBufferAllocatedInBytes()
The total number of bytes allocated in the gateway's as upload buffer.
|
Long |
getUploadBufferUsedInBytes()
The total number of bytes being used in the gateway's upload buffer.
|
int |
hashCode() |
void |
setDiskIds(Collection<String> diskIds)
An array of the gateway's local disk IDs that are configured as working storage.
|
void |
setGatewayARN(String gatewayARN) |
void |
setUploadBufferAllocatedInBytes(Long uploadBufferAllocatedInBytes)
The total number of bytes allocated in the gateway's as upload buffer.
|
void |
setUploadBufferUsedInBytes(Long uploadBufferUsedInBytes)
The total number of bytes being used in the gateway's upload buffer.
|
String |
toString()
Returns a string representation of this object.
|
DescribeUploadBufferResult |
withDiskIds(Collection<String> diskIds)
An array of the gateway's local disk IDs that are configured as working storage.
|
DescribeUploadBufferResult |
withDiskIds(String... diskIds)
An array of the gateway's local disk IDs that are configured as working storage.
|
DescribeUploadBufferResult |
withGatewayARN(String gatewayARN) |
DescribeUploadBufferResult |
withUploadBufferAllocatedInBytes(Long uploadBufferAllocatedInBytes)
The total number of bytes allocated in the gateway's as upload buffer.
|
DescribeUploadBufferResult |
withUploadBufferUsedInBytes(Long uploadBufferUsedInBytes)
The total number of bytes being used in the gateway's upload buffer.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public DescribeUploadBufferResult withGatewayARN(String gatewayARN)
gatewayARN
- public List<String> getDiskIds()
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 void setDiskIds(Collection<String> 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.
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(String... 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.
NOTE: This method appends the values to the existing list (if any). Use
setDiskIds(java.util.Collection)
or withDiskIds(java.util.Collection)
if you want to override
the existing values.
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(Collection<String> 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.
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 void setUploadBufferUsedInBytes(Long uploadBufferUsedInBytes)
The total number of bytes being used in the gateway's upload buffer.
uploadBufferUsedInBytes
- The total number of bytes being used in the gateway's upload buffer.public Long getUploadBufferUsedInBytes()
The total number of bytes being used in the gateway's upload buffer.
public DescribeUploadBufferResult withUploadBufferUsedInBytes(Long uploadBufferUsedInBytes)
The total number of bytes being used in the gateway's upload buffer.
uploadBufferUsedInBytes
- The total number of bytes being used in the gateway's upload buffer.public void setUploadBufferAllocatedInBytes(Long uploadBufferAllocatedInBytes)
The total number of bytes allocated in the gateway's as upload buffer.
uploadBufferAllocatedInBytes
- The total number of bytes allocated in the gateway's as upload buffer.public Long getUploadBufferAllocatedInBytes()
The total number of bytes allocated in the gateway's as upload buffer.
public DescribeUploadBufferResult withUploadBufferAllocatedInBytes(Long uploadBufferAllocatedInBytes)
The total number of bytes allocated in the gateway's as upload buffer.
uploadBufferAllocatedInBytes
- The total number of bytes allocated in the gateway's as upload buffer.public String toString()
toString
in class Object
Object.toString()
public DescribeUploadBufferResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.