@Generated(value="software.amazon.awssdk:codegen") public final class DeprecateActivityTypeRequest extends SwfRequest implements ToCopyableBuilder<DeprecateActivityTypeRequest.Builder,DeprecateActivityTypeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeprecateActivityTypeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
ActivityType |
activityType()
The activity type to deprecate.
|
static DeprecateActivityTypeRequest.Builder |
builder() |
String |
domain()
The name of the domain in which the activity type is registered.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeprecateActivityTypeRequest.Builder> |
serializableBuilderClass() |
DeprecateActivityTypeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String domain()
The name of the domain in which the activity type is registered.
public ActivityType activityType()
The activity type to deprecate.
public DeprecateActivityTypeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeprecateActivityTypeRequest.Builder,DeprecateActivityTypeRequest>toBuilder in class SwfRequestpublic static DeprecateActivityTypeRequest.Builder builder()
public static Class<? extends DeprecateActivityTypeRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.