@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutProjectPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
PutProjectPolicyResult() |
| Modifier and Type | Method and Description |
|---|---|
PutProjectPolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getPolicyRevisionId()
The ID of the project policy.
|
int |
hashCode() |
void |
setPolicyRevisionId(String policyRevisionId)
The ID of the project policy.
|
String |
toString()
Returns a string representation of this object.
|
PutProjectPolicyResult |
withPolicyRevisionId(String policyRevisionId)
The ID of the project policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPolicyRevisionId(String policyRevisionId)
The ID of the project policy.
policyRevisionId - The ID of the project policy.public String getPolicyRevisionId()
The ID of the project policy.
public PutProjectPolicyResult withPolicyRevisionId(String policyRevisionId)
The ID of the project policy.
policyRevisionId - The ID of the project policy.public String toString()
toString in class ObjectObject.toString()public PutProjectPolicyResult clone()