@Generated(value="software.amazon.awssdk:codegen") public final class ListSigningPlatformsResponse extends SignerResponse implements ToCopyableBuilder<ListSigningPlatformsResponse.Builder,ListSigningPlatformsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSigningPlatformsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSigningPlatformsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
Value for specifying the next set of paginated results to return.
|
List<SigningPlatform> |
platforms()
A list of all platforms that match the request parameters.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSigningPlatformsResponse.Builder> |
serializableBuilderClass() |
ListSigningPlatformsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<SigningPlatform> platforms()
A list of all platforms that match the request parameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String nextToken()
Value for specifying the next set of paginated results to return.
public ListSigningPlatformsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSigningPlatformsResponse.Builder,ListSigningPlatformsResponse>toBuilder in class AwsResponsepublic static ListSigningPlatformsResponse.Builder builder()
public static Class<? extends ListSigningPlatformsResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.