@Generated(value="software.amazon.awssdk:codegen") public final class DeletePlatformVersionRequest extends ElasticBeanstalkRequest implements ToCopyableBuilder<DeletePlatformVersionRequest.Builder,DeletePlatformVersionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeletePlatformVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeletePlatformVersionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
platformArn()
The ARN of the version of the custom platform.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeletePlatformVersionRequest.Builder> |
serializableBuilderClass() |
DeletePlatformVersionRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String platformArn()
The ARN of the version of the custom platform.
public DeletePlatformVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeletePlatformVersionRequest.Builder,DeletePlatformVersionRequest>toBuilder in class ElasticBeanstalkRequestpublic static DeletePlatformVersionRequest.Builder builder()
public static Class<? extends DeletePlatformVersionRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.