@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePolicyTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdatePolicyTemplateResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdatePolicyTemplateResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedDate()
The date and time that the policy template was originally created.
|
Date |
getLastUpdatedDate()
The date and time that the policy template was most recently updated.
|
String |
getPolicyStoreId()
The ID of the policy store that contains the updated policy template.
|
String |
getPolicyTemplateId()
The ID of the updated policy template.
|
int |
hashCode() |
void |
setCreatedDate(Date createdDate)
The date and time that the policy template was originally created.
|
void |
setLastUpdatedDate(Date lastUpdatedDate)
The date and time that the policy template was most recently updated.
|
void |
setPolicyStoreId(String policyStoreId)
The ID of the policy store that contains the updated policy template.
|
void |
setPolicyTemplateId(String policyTemplateId)
The ID of the updated policy template.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePolicyTemplateResult |
withCreatedDate(Date createdDate)
The date and time that the policy template was originally created.
|
UpdatePolicyTemplateResult |
withLastUpdatedDate(Date lastUpdatedDate)
The date and time that the policy template was most recently updated.
|
UpdatePolicyTemplateResult |
withPolicyStoreId(String policyStoreId)
The ID of the policy store that contains the updated policy template.
|
UpdatePolicyTemplateResult |
withPolicyTemplateId(String policyTemplateId)
The ID of the updated policy template.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPolicyStoreId(String policyStoreId)
The ID of the policy store that contains the updated policy template.
policyStoreId - The ID of the policy store that contains the updated policy template.public String getPolicyStoreId()
The ID of the policy store that contains the updated policy template.
public UpdatePolicyTemplateResult withPolicyStoreId(String policyStoreId)
The ID of the policy store that contains the updated policy template.
policyStoreId - The ID of the policy store that contains the updated policy template.public void setPolicyTemplateId(String policyTemplateId)
The ID of the updated policy template.
policyTemplateId - The ID of the updated policy template.public String getPolicyTemplateId()
The ID of the updated policy template.
public UpdatePolicyTemplateResult withPolicyTemplateId(String policyTemplateId)
The ID of the updated policy template.
policyTemplateId - The ID of the updated policy template.public void setCreatedDate(Date createdDate)
The date and time that the policy template was originally created.
createdDate - The date and time that the policy template was originally created.public Date getCreatedDate()
The date and time that the policy template was originally created.
public UpdatePolicyTemplateResult withCreatedDate(Date createdDate)
The date and time that the policy template was originally created.
createdDate - The date and time that the policy template was originally created.public void setLastUpdatedDate(Date lastUpdatedDate)
The date and time that the policy template was most recently updated.
lastUpdatedDate - The date and time that the policy template was most recently updated.public Date getLastUpdatedDate()
The date and time that the policy template was most recently updated.
public UpdatePolicyTemplateResult withLastUpdatedDate(Date lastUpdatedDate)
The date and time that the policy template was most recently updated.
lastUpdatedDate - The date and time that the policy template was most recently updated.public String toString()
toString in class ObjectObject.toString()public UpdatePolicyTemplateResult clone()