Class DescribeUploadBufferResult
java.lang.Object
com.amazonaws.services.storagegateway.model.DescribeUploadBufferResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setDiskIds
(Collection<String> diskIds) void
setGatewayARN
(String gatewayARN) void
setUploadBufferAllocatedInBytes
(Long uploadBufferAllocatedInBytes) void
setUploadBufferUsedInBytes
(Long uploadBufferUsedInBytes) toString()
Returns a string representation of this object; useful for testing and debugging.withDiskIds
(String... diskIds) NOTE: This method appends the values to the existing list (if any).withDiskIds
(Collection<String> diskIds) withGatewayARN
(String gatewayARN) withUploadBufferAllocatedInBytes
(Long uploadBufferAllocatedInBytes) withUploadBufferUsedInBytes
(Long uploadBufferUsedInBytes)
-
Constructor Details
-
DescribeUploadBufferResult
public DescribeUploadBufferResult()
-
-
Method Details
-
setGatewayARN
- Parameters:
gatewayARN
-
-
getGatewayARN
- Returns:
-
withGatewayARN
- Parameters:
gatewayARN
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getDiskIds
- Returns:
-
setDiskIds
- Parameters:
diskIds
-
-
withDiskIds
NOTE: This method appends the values to the existing list (if any). Use
setDiskIds(java.util.Collection)
orwithDiskIds(java.util.Collection)
if you want to override the existing values.- Parameters:
diskIds
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDiskIds
- Parameters:
diskIds
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUploadBufferUsedInBytes
- Parameters:
uploadBufferUsedInBytes
-
-
getUploadBufferUsedInBytes
- Returns:
-
withUploadBufferUsedInBytes
- Parameters:
uploadBufferUsedInBytes
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUploadBufferAllocatedInBytes
- Parameters:
uploadBufferAllocatedInBytes
-
-
getUploadBufferAllocatedInBytes
- Returns:
-
withUploadBufferAllocatedInBytes
public DescribeUploadBufferResult withUploadBufferAllocatedInBytes(Long uploadBufferAllocatedInBytes) - Parameters:
uploadBufferAllocatedInBytes
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-