@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteContextResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteContextResult() |
Modifier and Type | Method and Description |
---|---|
DeleteContextResult |
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.
|
DeleteContextResult |
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 DeleteContextResult 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 DeleteContextResult clone()