@Generated(value="software.amazon.awssdk:codegen") public final class UpgradeAppliedSchemaRequest extends CloudDirectoryRequest implements ToCopyableBuilder<UpgradeAppliedSchemaRequest.Builder,UpgradeAppliedSchemaRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpgradeAppliedSchemaRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpgradeAppliedSchemaRequest.Builder |
builder() |
String |
directoryArn()
The ARN for the directory to which the upgraded schema will be applied.
|
Boolean |
dryRun()
Used for testing whether the major version schemas are backward compatible or not.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
publishedSchemaArn()
The revision of the published schema to upgrade the directory to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpgradeAppliedSchemaRequest.Builder> |
serializableBuilderClass() |
UpgradeAppliedSchemaRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String publishedSchemaArn()
The revision of the published schema to upgrade the directory to.
public final String directoryArn()
The ARN for the directory to which the upgraded schema will be applied.
public final Boolean dryRun()
Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.
public UpgradeAppliedSchemaRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpgradeAppliedSchemaRequest.Builder,UpgradeAppliedSchemaRequest>toBuilder in class CloudDirectoryRequestpublic static UpgradeAppliedSchemaRequest.Builder builder()
public static Class<? extends UpgradeAppliedSchemaRequest.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 © 2022. All rights reserved.