@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSigningJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSigningJobsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSigningJobsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Specifies the maximum number of items to return in the response.
|
String |
getNextToken()
String for specifying the next set of paginated results to return.
|
String |
getPlatformId()
The ID of microcontroller platform that you specified for the distribution of your code image.
|
String |
getRequestedBy()
The IAM principal that requested the signing job.
|
String |
getStatus()
A status value with which to filter your results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Specifies the maximum number of items to return in the response.
|
void |
setNextToken(String nextToken)
String for specifying the next set of paginated results to return.
|
void |
setPlatformId(String platformId)
The ID of microcontroller platform that you specified for the distribution of your code image.
|
void |
setRequestedBy(String requestedBy)
The IAM principal that requested the signing job.
|
void |
setStatus(String status)
A status value with which to filter your results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListSigningJobsRequest |
withMaxResults(Integer maxResults)
Specifies the maximum number of items to return in the response.
|
ListSigningJobsRequest |
withNextToken(String nextToken)
String for specifying the next set of paginated results to return.
|
ListSigningJobsRequest |
withPlatformId(String platformId)
The ID of microcontroller platform that you specified for the distribution of your code image.
|
ListSigningJobsRequest |
withRequestedBy(String requestedBy)
The IAM principal that requested the signing job.
|
ListSigningJobsRequest |
withStatus(SigningStatus status)
A status value with which to filter your results.
|
ListSigningJobsRequest |
withStatus(String status)
A status value with which to filter your results.
|
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 setStatus(String status)
A status value with which to filter your results.
status - A status value with which to filter your results.SigningStatuspublic String getStatus()
A status value with which to filter your results.
SigningStatuspublic ListSigningJobsRequest withStatus(String status)
A status value with which to filter your results.
status - A status value with which to filter your results.SigningStatuspublic ListSigningJobsRequest withStatus(SigningStatus status)
A status value with which to filter your results.
status - A status value with which to filter your results.SigningStatuspublic void setPlatformId(String platformId)
The ID of microcontroller platform that you specified for the distribution of your code image.
platformId - The ID of microcontroller platform that you specified for the distribution of your code image.public String getPlatformId()
The ID of microcontroller platform that you specified for the distribution of your code image.
public ListSigningJobsRequest withPlatformId(String platformId)
The ID of microcontroller platform that you specified for the distribution of your code image.
platformId - The ID of microcontroller platform that you specified for the distribution of your code image.public void setRequestedBy(String requestedBy)
The IAM principal that requested the signing job.
requestedBy - The IAM principal that requested the signing job.public String getRequestedBy()
The IAM principal that requested the signing job.
public ListSigningJobsRequest withRequestedBy(String requestedBy)
The IAM principal that requested the signing job.
requestedBy - The IAM principal that requested the signing job.public void setMaxResults(Integer maxResults)
Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If
additional items exist beyond the number you specify, the nextToken element is set in the response.
Use the nextToken value in a subsequent request to retrieve additional items.
maxResults - Specifies the maximum number of items to return in the response. Use this parameter when paginating
results. If additional items exist beyond the number you specify, the nextToken element is
set in the response. Use the nextToken value in a subsequent request to retrieve additional
items.public Integer getMaxResults()
Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If
additional items exist beyond the number you specify, the nextToken element is set in the response.
Use the nextToken value in a subsequent request to retrieve additional items.
nextToken element is
set in the response. Use the nextToken value in a subsequent request to retrieve additional
items.public ListSigningJobsRequest withMaxResults(Integer maxResults)
Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If
additional items exist beyond the number you specify, the nextToken element is set in the response.
Use the nextToken value in a subsequent request to retrieve additional items.
maxResults - Specifies the maximum number of items to return in the response. Use this parameter when paginating
results. If additional items exist beyond the number you specify, the nextToken element is
set in the response. Use the nextToken value in a subsequent request to retrieve additional
items.public void setNextToken(String nextToken)
String 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 - String 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()
String 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 ListSigningJobsRequest withNextToken(String nextToken)
String 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 - String 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 ListSigningJobsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.