@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutSchemaFromJsonResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutSchemaFromJsonResult() |
Modifier and Type | Method and Description |
---|---|
PutSchemaFromJsonResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the schema to update.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the schema to update.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutSchemaFromJsonResult |
withArn(String arn)
The ARN of the schema to update.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The ARN of the schema to update.
arn
- The ARN of the schema to update.public String getArn()
The ARN of the schema to update.
public PutSchemaFromJsonResult withArn(String arn)
The ARN of the schema to update.
arn
- The ARN of the schema to update.public String toString()
toString
in class Object
Object.toString()
public PutSchemaFromJsonResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.