@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAppliedSchemaVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetAppliedSchemaVersionResult() |
| Modifier and Type | Method and Description |
|---|---|
GetAppliedSchemaVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppliedSchemaArn()
Current applied schema ARN, including the minor version in use if one was provided.
|
int |
hashCode() |
void |
setAppliedSchemaArn(String appliedSchemaArn)
Current applied schema ARN, including the minor version in use if one was provided.
|
String |
toString()
Returns a string representation of this object.
|
GetAppliedSchemaVersionResult |
withAppliedSchemaArn(String appliedSchemaArn)
Current applied schema ARN, including the minor version in use if one was provided.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAppliedSchemaArn(String appliedSchemaArn)
Current applied schema ARN, including the minor version in use if one was provided.
appliedSchemaArn - Current applied schema ARN, including the minor version in use if one was provided.public String getAppliedSchemaArn()
Current applied schema ARN, including the minor version in use if one was provided.
public GetAppliedSchemaVersionResult withAppliedSchemaArn(String appliedSchemaArn)
Current applied schema ARN, including the minor version in use if one was provided.
appliedSchemaArn - Current applied schema ARN, including the minor version in use if one was provided.public String toString()
toString in class ObjectObject.toString()public GetAppliedSchemaVersionResult clone()