@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 |
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 |
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 |
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 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.