com.amazonaws.services.storagegateway.model
Class DescribeUploadBufferResult

java.lang.Object
  extended by com.amazonaws.services.storagegateway.model.DescribeUploadBufferResult
All Implemented Interfaces:
Serializable

public class DescribeUploadBufferResult
extends Object
implements Serializable

Describe Upload Buffer Result

See Also:
Serialized Form

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

DescribeUploadBufferResult

public DescribeUploadBufferResult()
Method Detail

getGatewayARN

public String getGatewayARN()
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

Constraints:
Length: 50 - 500

Returns:
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

setGatewayARN

public void setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

Constraints:
Length: 50 - 500

Parameters:
gatewayARN - The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

withGatewayARN

public DescribeUploadBufferResult withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 50 - 500

Parameters:
gatewayARN - The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
Returns:
A reference to this updated object so that method calls can be chained together.

getDiskIds

public List<String> getDiskIds()
Returns the value of the DiskIds property for this object.

Returns:
The value of the DiskIds property for this object.

setDiskIds

public void setDiskIds(Collection<String> diskIds)
Sets the value of the DiskIds property for this object.

Parameters:
diskIds - The new value for the DiskIds property for this object.

withDiskIds

public DescribeUploadBufferResult withDiskIds(String... diskIds)
Sets the value of the DiskIds property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
diskIds - The new value for the DiskIds property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

withDiskIds

public DescribeUploadBufferResult withDiskIds(Collection<String> diskIds)
Sets the value of the DiskIds property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
diskIds - The new value for the DiskIds property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getUploadBufferUsedInBytes

public Long getUploadBufferUsedInBytes()
Returns the value of the UploadBufferUsedInBytes property for this object.

Returns:
The value of the UploadBufferUsedInBytes property for this object.

setUploadBufferUsedInBytes

public void setUploadBufferUsedInBytes(Long uploadBufferUsedInBytes)
Sets the value of the UploadBufferUsedInBytes property for this object.

Parameters:
uploadBufferUsedInBytes - The new value for the UploadBufferUsedInBytes property for this object.

withUploadBufferUsedInBytes

public DescribeUploadBufferResult withUploadBufferUsedInBytes(Long uploadBufferUsedInBytes)
Sets the value of the UploadBufferUsedInBytes property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
uploadBufferUsedInBytes - The new value for the UploadBufferUsedInBytes property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getUploadBufferAllocatedInBytes

public Long getUploadBufferAllocatedInBytes()
Returns the value of the UploadBufferAllocatedInBytes property for this object.

Returns:
The value of the UploadBufferAllocatedInBytes property for this object.

setUploadBufferAllocatedInBytes

public void setUploadBufferAllocatedInBytes(Long uploadBufferAllocatedInBytes)
Sets the value of the UploadBufferAllocatedInBytes property for this object.

Parameters:
uploadBufferAllocatedInBytes - The new value for the UploadBufferAllocatedInBytes property for this object.

withUploadBufferAllocatedInBytes

public DescribeUploadBufferResult withUploadBufferAllocatedInBytes(Long uploadBufferAllocatedInBytes)
Sets the value of the UploadBufferAllocatedInBytes property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
uploadBufferAllocatedInBytes - The new value for the UploadBufferAllocatedInBytes property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.