@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateContextResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateContextResult() |
Modifier and Type | Method and Description |
---|---|
UpdateContextResult |
clone() |
boolean |
equals(Object obj) |
String |
getContextArn()
The Amazon Resource Name (ARN) of the context.
|
int |
hashCode() |
void |
setContextArn(String contextArn)
The Amazon Resource Name (ARN) of the context.
|
String |
toString()
Returns a string representation of this object.
|
UpdateContextResult |
withContextArn(String contextArn)
The Amazon Resource Name (ARN) of the context.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContextArn(String contextArn)
The Amazon Resource Name (ARN) of the context.
contextArn
- The Amazon Resource Name (ARN) of the context.public String getContextArn()
The Amazon Resource Name (ARN) of the context.
public UpdateContextResult withContextArn(String contextArn)
The Amazon Resource Name (ARN) of the context.
contextArn
- The Amazon Resource Name (ARN) of the context.public String toString()
toString
in class Object
Object.toString()
public UpdateContextResult clone()