@Generated(value="software.amazon.awssdk:codegen") public final class CreateListingChangeSetRequest extends DataZoneRequest implements ToCopyableBuilder<CreateListingChangeSetRequest.Builder,CreateListingChangeSetRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateListingChangeSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
ChangeAction |
action()
|
String |
actionAsString()
|
static CreateListingChangeSetRequest.Builder |
builder() |
String |
clientToken()
|
String |
domainIdentifier()
|
String |
entityIdentifier()
|
String |
entityRevision()
|
EntityType |
entityType()
|
String |
entityTypeAsString()
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateListingChangeSetRequest.Builder> |
serializableBuilderClass() |
CreateListingChangeSetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ChangeAction action()
If the service returns an enum value that is not available in the current SDK version, action will
return ChangeAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionAsString().
ChangeActionpublic final String actionAsString()
If the service returns an enum value that is not available in the current SDK version, action will
return ChangeAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionAsString().
ChangeActionpublic final String clientToken()
public final String domainIdentifier()
public final String entityIdentifier()
public final String entityRevision()
public final EntityType entityType()
If the service returns an enum value that is not available in the current SDK version, entityType will
return EntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
entityTypeAsString().
EntityTypepublic final String entityTypeAsString()
If the service returns an enum value that is not available in the current SDK version, entityType will
return EntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
entityTypeAsString().
EntityTypepublic CreateListingChangeSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateListingChangeSetRequest.Builder,CreateListingChangeSetRequest>toBuilder in class DataZoneRequestpublic static CreateListingChangeSetRequest.Builder builder()
public static Class<? extends CreateListingChangeSetRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.