@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSigningProfilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSigningProfilesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSigningProfilesRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIncludeCanceled()
Designates whether to include profiles with the status of
CANCELED. |
Integer |
getMaxResults()
The maximum number of profiles to be returned.
|
String |
getNextToken()
Value for specifying the next set of paginated results to return.
|
int |
hashCode() |
Boolean |
isIncludeCanceled()
Designates whether to include profiles with the status of
CANCELED. |
void |
setIncludeCanceled(Boolean includeCanceled)
Designates whether to include profiles with the status of
CANCELED. |
void |
setMaxResults(Integer maxResults)
The maximum number of profiles to be returned.
|
void |
setNextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListSigningProfilesRequest |
withIncludeCanceled(Boolean includeCanceled)
Designates whether to include profiles with the status of
CANCELED. |
ListSigningProfilesRequest |
withMaxResults(Integer maxResults)
The maximum number of profiles to be returned.
|
ListSigningProfilesRequest |
withNextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setIncludeCanceled(Boolean includeCanceled)
Designates whether to include profiles with the status of CANCELED.
includeCanceled - Designates whether to include profiles with the status of CANCELED.public Boolean getIncludeCanceled()
Designates whether to include profiles with the status of CANCELED.
CANCELED.public ListSigningProfilesRequest withIncludeCanceled(Boolean includeCanceled)
Designates whether to include profiles with the status of CANCELED.
includeCanceled - Designates whether to include profiles with the status of CANCELED.public Boolean isIncludeCanceled()
Designates whether to include profiles with the status of CANCELED.
CANCELED.public void setMaxResults(Integer maxResults)
The maximum number of profiles to be returned.
maxResults - The maximum number of profiles to be returned.public Integer getMaxResults()
The maximum number of profiles to be returned.
public ListSigningProfilesRequest withMaxResults(Integer maxResults)
The maximum number of profiles to be returned.
maxResults - The maximum number of profiles to be returned.public void setNextToken(String nextToken)
Value for specifying the next set of paginated results to return. After you receive a response with truncated
results, use this parameter in a subsequent request. Set it to the value of nextToken from the
response that you just received.
nextToken - Value for specifying the next set of paginated results to return. After you receive a response with
truncated results, use this parameter in a subsequent request. Set it to the value of
nextToken from the response that you just received.public String getNextToken()
Value for specifying the next set of paginated results to return. After you receive a response with truncated
results, use this parameter in a subsequent request. Set it to the value of nextToken from the
response that you just received.
nextToken from the response that you just received.public ListSigningProfilesRequest withNextToken(String nextToken)
Value for specifying the next set of paginated results to return. After you receive a response with truncated
results, use this parameter in a subsequent request. Set it to the value of nextToken from the
response that you just received.
nextToken - Value for specifying the next set of paginated results to return. After you receive a response with
truncated results, use this parameter in a subsequent request. Set it to the value of
nextToken from the response that you just received.public String toString()
toString in class ObjectObject.toString()public ListSigningProfilesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.