@Generated(value="software.amazon.awssdk:codegen") public final class SupportedOperation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SupportedOperation.Builder,SupportedOperation>
Describes the operations that are allowed on a maintenance track.
Modifier and Type | Class and Description |
---|---|
static interface |
SupportedOperation.Builder |
Modifier and Type | Method and Description |
---|---|
static SupportedOperation.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
operationName()
A list of the supported operations.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SupportedOperation.Builder> |
serializableBuilderClass() |
SupportedOperation.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String operationName()
A list of the supported operations.
public SupportedOperation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SupportedOperation.Builder,SupportedOperation>
public static SupportedOperation.Builder builder()
public static Class<? extends SupportedOperation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.