@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpgradePublishedSchemaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpgradePublishedSchemaRequest() |
Modifier and Type | Method and Description |
---|---|
UpgradePublishedSchemaRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDevelopmentSchemaArn()
The ARN of the development schema with the changes used for the upgrade.
|
Boolean |
getDryRun()
Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema
provided by the user to be upgraded.
|
String |
getMinorVersion()
Identifies the minor version of the published schema that will be created.
|
String |
getPublishedSchemaArn()
The ARN of the published schema to be upgraded.
|
int |
hashCode() |
Boolean |
isDryRun()
Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema
provided by the user to be upgraded.
|
void |
setDevelopmentSchemaArn(String developmentSchemaArn)
The ARN of the development schema with the changes used for the upgrade.
|
void |
setDryRun(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.
|
void |
setMinorVersion(String minorVersion)
Identifies the minor version of the published schema that will be created.
|
void |
setPublishedSchemaArn(String publishedSchemaArn)
The ARN of the published schema to be upgraded.
|
String |
toString()
Returns a string representation of this object.
|
UpgradePublishedSchemaRequest |
withDevelopmentSchemaArn(String developmentSchemaArn)
The ARN of the development schema with the changes used for the upgrade.
|
UpgradePublishedSchemaRequest |
withDryRun(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.
|
UpgradePublishedSchemaRequest |
withMinorVersion(String minorVersion)
Identifies the minor version of the published schema that will be created.
|
UpgradePublishedSchemaRequest |
withPublishedSchemaArn(String publishedSchemaArn)
The ARN of the published schema to be upgraded.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDevelopmentSchemaArn(String developmentSchemaArn)
The ARN of the development schema with the changes used for the upgrade.
developmentSchemaArn
- The ARN of the development schema with the changes used for the upgrade.public String getDevelopmentSchemaArn()
The ARN of the development schema with the changes used for the upgrade.
public UpgradePublishedSchemaRequest withDevelopmentSchemaArn(String developmentSchemaArn)
The ARN of the development schema with the changes used for the upgrade.
developmentSchemaArn
- The ARN of the development schema with the changes used for the upgrade.public void setPublishedSchemaArn(String publishedSchemaArn)
The ARN of the published schema to be upgraded.
publishedSchemaArn
- The ARN of the published schema to be upgraded.public String getPublishedSchemaArn()
The ARN of the published schema to be upgraded.
public UpgradePublishedSchemaRequest withPublishedSchemaArn(String publishedSchemaArn)
The ARN of the published schema to be upgraded.
publishedSchemaArn
- The ARN of the published schema to be upgraded.public void setMinorVersion(String minorVersion)
Identifies the minor version of the published schema that will be created. This parameter is NOT optional.
minorVersion
- Identifies the minor version of the published schema that will be created. This parameter is NOT optional.public String getMinorVersion()
Identifies the minor version of the published schema that will be created. This parameter is NOT optional.
public UpgradePublishedSchemaRequest withMinorVersion(String minorVersion)
Identifies the minor version of the published schema that will be created. This parameter is NOT optional.
minorVersion
- Identifies the minor version of the published schema that will be created. This parameter is NOT optional.public void setDryRun(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.
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 Boolean getDryRun()
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 withDryRun(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.
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 Boolean isDryRun()
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 String toString()
toString
in class Object
Object.toString()
public UpgradePublishedSchemaRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()