@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpgradeAppliedSchemaResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpgradeAppliedSchemaResult() |
Modifier and Type | Method and Description |
---|---|
UpgradeAppliedSchemaResult |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryArn()
The ARN of the directory that is returned as part of the response.
|
String |
getUpgradedSchemaArn()
The ARN of the upgraded schema that is returned as part of the response.
|
int |
hashCode() |
void |
setDirectoryArn(String directoryArn)
The ARN of the directory that is returned as part of the response.
|
void |
setUpgradedSchemaArn(String upgradedSchemaArn)
The ARN of the upgraded schema that is returned as part of the response.
|
String |
toString()
Returns a string representation of this object.
|
UpgradeAppliedSchemaResult |
withDirectoryArn(String directoryArn)
The ARN of the directory that is returned as part of the response.
|
UpgradeAppliedSchemaResult |
withUpgradedSchemaArn(String upgradedSchemaArn)
The ARN of the upgraded schema that is returned as part of the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUpgradedSchemaArn(String upgradedSchemaArn)
The ARN of the upgraded schema that is returned as part of the response.
upgradedSchemaArn
- The ARN of the upgraded schema that is returned as part of the response.public String getUpgradedSchemaArn()
The ARN of the upgraded schema that is returned as part of the response.
public UpgradeAppliedSchemaResult withUpgradedSchemaArn(String upgradedSchemaArn)
The ARN of the upgraded schema that is returned as part of the response.
upgradedSchemaArn
- The ARN of the upgraded schema that is returned as part of the response.public void setDirectoryArn(String directoryArn)
The ARN of the directory that is returned as part of the response.
directoryArn
- The ARN of the directory that is returned as part of the response.public String getDirectoryArn()
The ARN of the directory that is returned as part of the response.
public UpgradeAppliedSchemaResult withDirectoryArn(String directoryArn)
The ARN of the directory that is returned as part of the response.
directoryArn
- The ARN of the directory that is returned as part of the response.public String toString()
toString
in class Object
Object.toString()
public UpgradeAppliedSchemaResult clone()