@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
String |
getPlatformId()
Filters results to return only signing jobs initiated for a specified signing platform.
|
List<String> |
getStatuses()
Filters results to return only signing jobs with statuses in the specified list.
|
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.
|
void |
setPlatformId(String platformId)
Filters results to return only signing jobs initiated for a specified signing platform.
|
void |
setStatuses(Collection<String> statuses)
Filters results to return only signing jobs with statuses in the specified list.
|
String |
toString()
Returns a string representation of this object.
|
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.
|
ListSigningProfilesRequest |
withPlatformId(String platformId)
Filters results to return only signing jobs initiated for a specified signing platform.
|
ListSigningProfilesRequest |
withStatuses(Collection<String> statuses)
Filters results to return only signing jobs with statuses in the specified list.
|
ListSigningProfilesRequest |
withStatuses(SigningProfileStatus... statuses)
Filters results to return only signing jobs with statuses in the specified list.
|
ListSigningProfilesRequest |
withStatuses(String... statuses)
Filters results to return only signing jobs with statuses in the specified list.
|
addHandlerContext, 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, withSdkRequestTimeout
public 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 void setPlatformId(String platformId)
Filters results to return only signing jobs initiated for a specified signing platform.
platformId
- Filters results to return only signing jobs initiated for a specified signing platform.public String getPlatformId()
Filters results to return only signing jobs initiated for a specified signing platform.
public ListSigningProfilesRequest withPlatformId(String platformId)
Filters results to return only signing jobs initiated for a specified signing platform.
platformId
- Filters results to return only signing jobs initiated for a specified signing platform.public List<String> getStatuses()
Filters results to return only signing jobs with statuses in the specified list.
SigningProfileStatus
public void setStatuses(Collection<String> statuses)
Filters results to return only signing jobs with statuses in the specified list.
statuses
- Filters results to return only signing jobs with statuses in the specified list.SigningProfileStatus
public ListSigningProfilesRequest withStatuses(String... statuses)
Filters results to return only signing jobs with statuses in the specified list.
NOTE: This method appends the values to the existing list (if any). Use
setStatuses(java.util.Collection)
or withStatuses(java.util.Collection)
if you want to override
the existing values.
statuses
- Filters results to return only signing jobs with statuses in the specified list.SigningProfileStatus
public ListSigningProfilesRequest withStatuses(Collection<String> statuses)
Filters results to return only signing jobs with statuses in the specified list.
statuses
- Filters results to return only signing jobs with statuses in the specified list.SigningProfileStatus
public ListSigningProfilesRequest withStatuses(SigningProfileStatus... statuses)
Filters results to return only signing jobs with statuses in the specified list.
statuses
- Filters results to return only signing jobs with statuses in the specified list.SigningProfileStatus
public String toString()
toString
in class Object
Object.toString()
public ListSigningProfilesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()