public class GetPoolsSpectraS3Request extends AbstractPaginationRequest
Constructor and Description |
---|
GetPoolsSpectraS3Request() |
getChecksum, getChecksumType, getContentType, getHeaders, getQueryParams, getSize, getStream, updateQueryParam
public GetPoolsSpectraS3Request withAssignedToStorageDomain(boolean assignedToStorageDomain)
public GetPoolsSpectraS3Request withBucketId(java.lang.String bucketId)
public GetPoolsSpectraS3Request withHealth(PoolHealth health)
public GetPoolsSpectraS3Request withLastPage(boolean lastPage)
public GetPoolsSpectraS3Request withLastVerified(java.util.Date lastVerified)
public GetPoolsSpectraS3Request withName(java.lang.String name)
public GetPoolsSpectraS3Request withPageLength(int pageLength)
public GetPoolsSpectraS3Request withPageOffset(int pageOffset)
public GetPoolsSpectraS3Request withPageStartMarker(java.util.UUID pageStartMarker)
public GetPoolsSpectraS3Request withPageStartMarker(java.lang.String pageStartMarker)
public GetPoolsSpectraS3Request withPartitionId(java.util.UUID partitionId)
public GetPoolsSpectraS3Request withPartitionId(java.lang.String partitionId)
public GetPoolsSpectraS3Request withPoweredOn(boolean poweredOn)
public GetPoolsSpectraS3Request withState(PoolState state)
public GetPoolsSpectraS3Request withStorageDomainId(java.util.UUID storageDomainId)
public GetPoolsSpectraS3Request withStorageDomainId(java.lang.String storageDomainId)
public GetPoolsSpectraS3Request withType(PoolType type)
public HttpVerb getVerb()
public java.lang.String getPath()
public boolean getAssignedToStorageDomain()
public java.lang.String getBucketId()
public PoolHealth getHealth()
public boolean getLastPage()
public java.util.Date getLastVerified()
public java.lang.String getName()
public int getPageLength()
public int getPageOffset()
public java.lang.String getPageStartMarker()
public java.lang.String getPartitionId()
public boolean getPoweredOn()
public PoolState getState()
public java.lang.String getStorageDomainId()
public PoolType getType()