public class GetPoolFailuresSpectraS3Request extends AbstractPaginationRequest
Constructor and Description |
---|
GetPoolFailuresSpectraS3Request() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage() |
boolean |
getLastPage() |
int |
getPageLength() |
int |
getPageOffset() |
java.lang.String |
getPageStartMarker() |
java.lang.String |
getPath() |
java.lang.String |
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.lang.String pageStartMarker) |
GetPoolFailuresSpectraS3Request |
withPageStartMarker(java.util.UUID pageStartMarker) |
GetPoolFailuresSpectraS3Request |
withPoolId(java.lang.String poolId) |
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 withPageStartMarker(java.lang.String pageStartMarker)
public GetPoolFailuresSpectraS3Request withPoolId(java.util.UUID poolId)
public GetPoolFailuresSpectraS3Request withPoolId(java.lang.String 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.lang.String getPageStartMarker()
public java.lang.String getPoolId()
public PoolFailureType getType()