public class DescribeUploadBufferResult extends Object implements Serializable
Constructor and Description |
---|
DescribeUploadBufferResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.