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