@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePolicyStoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreatePolicyStoreResult() |
Modifier and Type | Method and Description |
---|---|
CreatePolicyStoreResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the new policy store.
|
Date |
getCreatedDate()
The date and time the policy store was originally created.
|
Date |
getLastUpdatedDate()
The date and time the policy store was last updated.
|
String |
getPolicyStoreId()
The unique ID of the new policy store.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the new policy store.
|
void |
setCreatedDate(Date createdDate)
The date and time the policy store was originally created.
|
void |
setLastUpdatedDate(Date lastUpdatedDate)
The date and time the policy store was last updated.
|
void |
setPolicyStoreId(String policyStoreId)
The unique ID of the new policy store.
|
String |
toString()
Returns a string representation of this object.
|
CreatePolicyStoreResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the new policy store.
|
CreatePolicyStoreResult |
withCreatedDate(Date createdDate)
The date and time the policy store was originally created.
|
CreatePolicyStoreResult |
withLastUpdatedDate(Date lastUpdatedDate)
The date and time the policy store was last updated.
|
CreatePolicyStoreResult |
withPolicyStoreId(String policyStoreId)
The unique ID of the new policy store.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPolicyStoreId(String policyStoreId)
The unique ID of the new policy store.
policyStoreId
- The unique ID of the new policy store.public String getPolicyStoreId()
The unique ID of the new policy store.
public CreatePolicyStoreResult withPolicyStoreId(String policyStoreId)
The unique ID of the new policy store.
policyStoreId
- The unique ID of the new policy store.public void setArn(String arn)
The Amazon Resource Name (ARN) of the new policy store.
arn
- The Amazon Resource Name (ARN) of the new policy store.public String getArn()
The Amazon Resource Name (ARN) of the new policy store.
public CreatePolicyStoreResult withArn(String arn)
The Amazon Resource Name (ARN) of the new policy store.
arn
- The Amazon Resource Name (ARN) of the new policy store.public void setCreatedDate(Date createdDate)
The date and time the policy store was originally created.
createdDate
- The date and time the policy store was originally created.public Date getCreatedDate()
The date and time the policy store was originally created.
public CreatePolicyStoreResult withCreatedDate(Date createdDate)
The date and time the policy store was originally created.
createdDate
- The date and time the policy store was originally created.public void setLastUpdatedDate(Date lastUpdatedDate)
The date and time the policy store was last updated.
lastUpdatedDate
- The date and time the policy store was last updated.public Date getLastUpdatedDate()
The date and time the policy store was last updated.
public CreatePolicyStoreResult withLastUpdatedDate(Date lastUpdatedDate)
The date and time the policy store was last updated.
lastUpdatedDate
- The date and time the policy store was last updated.public String toString()
toString
in class Object
Object.toString()
public CreatePolicyStoreResult clone()