@Generated(value="software.amazon.awssdk:codegen") public final class UpgradePublishedSchemaRequest extends CloudDirectoryRequest implements ToCopyableBuilder<UpgradePublishedSchemaRequest.Builder,UpgradePublishedSchemaRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
UpgradePublishedSchemaRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static UpgradePublishedSchemaRequest.Builder |
builder() |
String |
developmentSchemaArn()
The ARN of the development schema with the changes used for the upgrade.
|
Boolean |
dryRun()
Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema
provided by the user to be upgraded.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
String |
minorVersion()
Identifies the minor version of the published schema that will be created.
|
String |
publishedSchemaArn()
The ARN of the published schema to be upgraded.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpgradePublishedSchemaRequest.Builder> |
serializableBuilderClass() |
UpgradePublishedSchemaRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String developmentSchemaArn()
The ARN of the development schema with the changes used for the upgrade.
public String publishedSchemaArn()
The ARN of the published schema to be upgraded.
public String minorVersion()
Identifies the minor version of the published schema that will be created. This parameter is NOT optional.
public Boolean dryRun()
Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.
public UpgradePublishedSchemaRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpgradePublishedSchemaRequest.Builder,UpgradePublishedSchemaRequest>
toBuilder
in class CloudDirectoryRequest
public static UpgradePublishedSchemaRequest.Builder builder()
public static Class<? extends UpgradePublishedSchemaRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.