public class GetPoolFailuresSpectraS3Request extends AbstractRequest
Constructor and Description |
---|
GetPoolFailuresSpectraS3Request() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage() |
boolean |
getLastPage() |
int |
getPageLength() |
int |
getPageOffset() |
java.util.UUID |
getPageStartMarker() |
java.lang.String |
getPath() |
java.util.UUID |
getPoolId() |
PoolFailureType |
getType() |
HttpVerb |
getVerb() |
GetPoolFailuresSpectraS3Request |
withErrorMessage(java.lang.String errorMessage) |
GetPoolFailuresSpectraS3Request |
withLastPage(boolean lastPage) |
GetPoolFailuresSpectraS3Request |
withPageLength(int pageLength) |
GetPoolFailuresSpectraS3Request |
withPageOffset(int pageOffset) |
GetPoolFailuresSpectraS3Request |
withPageStartMarker(java.util.UUID pageStartMarker) |
GetPoolFailuresSpectraS3Request |
withPoolId(java.util.UUID poolId) |
GetPoolFailuresSpectraS3Request |
withType(PoolFailureType type) |
getChecksum, getChecksumType, getContentType, getHeaders, getQueryParams, getSize, getStream, updateQueryParam
public GetPoolFailuresSpectraS3Request withErrorMessage(java.lang.String errorMessage)
public GetPoolFailuresSpectraS3Request withLastPage(boolean lastPage)
public GetPoolFailuresSpectraS3Request withPageLength(int pageLength)
public GetPoolFailuresSpectraS3Request withPageOffset(int pageOffset)
public GetPoolFailuresSpectraS3Request withPageStartMarker(java.util.UUID pageStartMarker)
public GetPoolFailuresSpectraS3Request withPoolId(java.util.UUID poolId)
public GetPoolFailuresSpectraS3Request withType(PoolFailureType type)
public HttpVerb getVerb()
public java.lang.String getPath()
public java.lang.String getErrorMessage()
public boolean getLastPage()
public int getPageLength()
public int getPageOffset()
public java.util.UUID getPageStartMarker()
public java.util.UUID getPoolId()
public PoolFailureType getType()