@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteResourcePolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteResourcePolicyResult() |
Modifier and Type | Method and Description |
---|---|
DeleteResourcePolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getARN()
The ARN of the secret that the resource-based policy was deleted for.
|
String |
getName()
The name of the secret that the resource-based policy was deleted for.
|
int |
hashCode() |
void |
setARN(String aRN)
The ARN of the secret that the resource-based policy was deleted for.
|
void |
setName(String name)
The name of the secret that the resource-based policy was deleted for.
|
String |
toString()
Returns a string representation of this object.
|
DeleteResourcePolicyResult |
withARN(String aRN)
The ARN of the secret that the resource-based policy was deleted for.
|
DeleteResourcePolicyResult |
withName(String name)
The name of the secret that the resource-based policy was deleted for.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setARN(String aRN)
The ARN of the secret that the resource-based policy was deleted for.
aRN
- The ARN of the secret that the resource-based policy was deleted for.public String getARN()
The ARN of the secret that the resource-based policy was deleted for.
public DeleteResourcePolicyResult withARN(String aRN)
The ARN of the secret that the resource-based policy was deleted for.
aRN
- The ARN of the secret that the resource-based policy was deleted for.public void setName(String name)
The name of the secret that the resource-based policy was deleted for.
name
- The name of the secret that the resource-based policy was deleted for.public String getName()
The name of the secret that the resource-based policy was deleted for.
public DeleteResourcePolicyResult withName(String name)
The name of the secret that the resource-based policy was deleted for.
name
- The name of the secret that the resource-based policy was deleted for.public String toString()
toString
in class Object
Object.toString()
public DeleteResourcePolicyResult clone()