@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSigningPlatformsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSigningPlatformsResult() |
Modifier and Type | Method and Description |
---|---|
ListSigningPlatformsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Value for specifying the next set of paginated results to return.
|
List<SigningPlatform> |
getPlatforms()
A list of all platforms that match the request parameters.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
void |
setPlatforms(Collection<SigningPlatform> platforms)
A list of all platforms that match the request parameters.
|
String |
toString()
Returns a string representation of this object.
|
ListSigningPlatformsResult |
withNextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
ListSigningPlatformsResult |
withPlatforms(Collection<SigningPlatform> platforms)
A list of all platforms that match the request parameters.
|
ListSigningPlatformsResult |
withPlatforms(SigningPlatform... platforms)
A list of all platforms that match the request parameters.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SigningPlatform> getPlatforms()
A list of all platforms that match the request parameters.
public void setPlatforms(Collection<SigningPlatform> platforms)
A list of all platforms that match the request parameters.
platforms
- A list of all platforms that match the request parameters.public ListSigningPlatformsResult withPlatforms(SigningPlatform... platforms)
A list of all platforms that match the request parameters.
NOTE: This method appends the values to the existing list (if any). Use
setPlatforms(java.util.Collection)
or withPlatforms(java.util.Collection)
if you want to
override the existing values.
platforms
- A list of all platforms that match the request parameters.public ListSigningPlatformsResult withPlatforms(Collection<SigningPlatform> platforms)
A list of all platforms that match the request parameters.
platforms
- A list of all platforms that match the request parameters.public void setNextToken(String nextToken)
Value for specifying the next set of paginated results to return.
nextToken
- Value for specifying the next set of paginated results to return.public String getNextToken()
Value for specifying the next set of paginated results to return.
public ListSigningPlatformsResult withNextToken(String nextToken)
Value for specifying the next set of paginated results to return.
nextToken
- Value for specifying the next set of paginated results to return.public String toString()
toString
in class Object
Object.toString()
public ListSigningPlatformsResult clone()