@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSigningPlatformsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSigningPlatformsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSigningPlatformsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCategory()
The category type of a signing platform.
|
Integer |
getMaxResults()
The maximum number of results to be returned by this operation.
|
String |
getNextToken()
Value for specifying the next set of paginated results to return.
|
String |
getPartner()
Any partner entities connected to a signing platform.
|
String |
getTarget()
The validation template that is used by the target signing platform.
|
int |
hashCode() |
void |
setCategory(String category)
The category type of a signing platform.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned by this operation.
|
void |
setNextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
void |
setPartner(String partner)
Any partner entities connected to a signing platform.
|
void |
setTarget(String target)
The validation template that is used by the target signing platform.
|
String |
toString()
Returns a string representation of this object.
|
ListSigningPlatformsRequest |
withCategory(String category)
The category type of a signing platform.
|
ListSigningPlatformsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned by this operation.
|
ListSigningPlatformsRequest |
withNextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
ListSigningPlatformsRequest |
withPartner(String partner)
Any partner entities connected to a signing platform.
|
ListSigningPlatformsRequest |
withTarget(String target)
The validation template that is used by the target signing platform.
|
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 setCategory(String category)
The category type of a signing platform.
category
- The category type of a signing platform.public String getCategory()
The category type of a signing platform.
public ListSigningPlatformsRequest withCategory(String category)
The category type of a signing platform.
category
- The category type of a signing platform.public void setPartner(String partner)
Any partner entities connected to a signing platform.
partner
- Any partner entities connected to a signing platform.public String getPartner()
Any partner entities connected to a signing platform.
public ListSigningPlatformsRequest withPartner(String partner)
Any partner entities connected to a signing platform.
partner
- Any partner entities connected to a signing platform.public void setTarget(String target)
The validation template that is used by the target signing platform.
target
- The validation template that is used by the target signing platform.public String getTarget()
The validation template that is used by the target signing platform.
public ListSigningPlatformsRequest withTarget(String target)
The validation template that is used by the target signing platform.
target
- The validation template that is used by the target signing platform.public void setMaxResults(Integer maxResults)
The maximum number of results to be returned by this operation.
maxResults
- The maximum number of results to be returned by this operation.public Integer getMaxResults()
The maximum number of results to be returned by this operation.
public ListSigningPlatformsRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned by this operation.
maxResults
- The maximum number of results to be returned by this operation.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 ListSigningPlatformsRequest 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 Object
Object.toString()
public ListSigningPlatformsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()