@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PolicyStoreItem extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a policy store.
This data type is used as a response parameter for the ListPolicyStores operation.
Constructor and Description |
---|
PolicyStoreItem() |
Modifier and Type | Method and Description |
---|---|
PolicyStoreItem |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the policy store.
|
Date |
getCreatedDate()
The date and time the policy was created.
|
String |
getDescription()
Descriptive text that you can provide to help with identification of the current policy store.
|
Date |
getLastUpdatedDate()
The date and time the policy store was most recently updated.
|
String |
getPolicyStoreId()
The unique identifier of the policy store.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the policy store.
|
void |
setCreatedDate(Date createdDate)
The date and time the policy was created.
|
void |
setDescription(String description)
Descriptive text that you can provide to help with identification of the current policy store.
|
void |
setLastUpdatedDate(Date lastUpdatedDate)
The date and time the policy store was most recently updated.
|
void |
setPolicyStoreId(String policyStoreId)
The unique identifier of the policy store.
|
String |
toString()
Returns a string representation of this object.
|
PolicyStoreItem |
withArn(String arn)
The Amazon Resource Name (ARN) of the policy store.
|
PolicyStoreItem |
withCreatedDate(Date createdDate)
The date and time the policy was created.
|
PolicyStoreItem |
withDescription(String description)
Descriptive text that you can provide to help with identification of the current policy store.
|
PolicyStoreItem |
withLastUpdatedDate(Date lastUpdatedDate)
The date and time the policy store was most recently updated.
|
PolicyStoreItem |
withPolicyStoreId(String policyStoreId)
The unique identifier of the policy store.
|
public void setPolicyStoreId(String policyStoreId)
The unique identifier of the policy store.
policyStoreId
- The unique identifier of the policy store.public String getPolicyStoreId()
The unique identifier of the policy store.
public PolicyStoreItem withPolicyStoreId(String policyStoreId)
The unique identifier of the policy store.
policyStoreId
- The unique identifier 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 PolicyStoreItem withArn(String arn)
The Amazon Resource Name (ARN) of the policy store.
arn
- The Amazon Resource Name (ARN) of the policy store.public void setCreatedDate(Date createdDate)
The date and time the policy was created.
createdDate
- The date and time the policy was created.public Date getCreatedDate()
The date and time the policy was created.
public PolicyStoreItem withCreatedDate(Date createdDate)
The date and time the policy was created.
createdDate
- The date and time the policy was created.public void setLastUpdatedDate(Date lastUpdatedDate)
The date and time the policy store was most recently updated.
lastUpdatedDate
- The date and time the policy store was most recently updated.public Date getLastUpdatedDate()
The date and time the policy store was most recently updated.
public PolicyStoreItem withLastUpdatedDate(Date lastUpdatedDate)
The date and time the policy store was most recently updated.
lastUpdatedDate
- The date and time the policy store was most recently updated.public void setDescription(String description)
Descriptive text that you can provide to help with identification of the current policy store.
description
- Descriptive text that you can provide to help with identification of the current policy store.public String getDescription()
Descriptive text that you can provide to help with identification of the current policy store.
public PolicyStoreItem withDescription(String description)
Descriptive text that you can provide to help with identification of the current policy store.
description
- Descriptive text that you can provide to help with identification of the current policy store.public String toString()
toString
in class Object
Object.toString()
public PolicyStoreItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.