public class GetSystemFailuresSpectraS3Request extends AbstractPaginationRequest
Constructor and Description |
---|
GetSystemFailuresSpectraS3Request() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage() |
boolean |
getLastPage() |
int |
getPageLength() |
int |
getPageOffset() |
java.lang.String |
getPageStartMarker() |
java.lang.String |
getPath() |
SystemFailureType |
getType() |
HttpVerb |
getVerb() |
GetSystemFailuresSpectraS3Request |
withErrorMessage(java.lang.String errorMessage) |
GetSystemFailuresSpectraS3Request |
withLastPage(boolean lastPage) |
GetSystemFailuresSpectraS3Request |
withPageLength(int pageLength) |
GetSystemFailuresSpectraS3Request |
withPageOffset(int pageOffset) |
GetSystemFailuresSpectraS3Request |
withPageStartMarker(java.lang.String pageStartMarker) |
GetSystemFailuresSpectraS3Request |
withPageStartMarker(java.util.UUID pageStartMarker) |
GetSystemFailuresSpectraS3Request |
withType(SystemFailureType type) |
getChecksum, getChecksumType, getContentType, getHeaders, getQueryParams, getSize, getStream, updateQueryParam
public GetSystemFailuresSpectraS3Request withErrorMessage(java.lang.String errorMessage)
public GetSystemFailuresSpectraS3Request withLastPage(boolean lastPage)
public GetSystemFailuresSpectraS3Request withPageLength(int pageLength)
public GetSystemFailuresSpectraS3Request withPageOffset(int pageOffset)
public GetSystemFailuresSpectraS3Request withPageStartMarker(java.util.UUID pageStartMarker)
public GetSystemFailuresSpectraS3Request withPageStartMarker(java.lang.String pageStartMarker)
public GetSystemFailuresSpectraS3Request withType(SystemFailureType 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 SystemFailureType getType()