@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReceivedMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Metadata associated with received licenses and grants.
| Constructor and Description |
|---|
ReceivedMetadata() |
public void setReceivedStatus(String receivedStatus)
Received status.
receivedStatus - Received status.ReceivedStatuspublic String getReceivedStatus()
Received status.
ReceivedStatuspublic ReceivedMetadata withReceivedStatus(String receivedStatus)
Received status.
receivedStatus - Received status.ReceivedStatuspublic ReceivedMetadata withReceivedStatus(ReceivedStatus receivedStatus)
Received status.
receivedStatus - Received status.ReceivedStatuspublic void setReceivedStatusReason(String receivedStatusReason)
receivedStatusReason - public String getReceivedStatusReason()
public ReceivedMetadata withReceivedStatusReason(String receivedStatusReason)
receivedStatusReason - public List<String> getAllowedOperations()
Allowed operations.
AllowedOperationpublic void setAllowedOperations(Collection<String> allowedOperations)
Allowed operations.
allowedOperations - Allowed operations.AllowedOperationpublic ReceivedMetadata withAllowedOperations(String... allowedOperations)
Allowed operations.
NOTE: This method appends the values to the existing list (if any). Use
setAllowedOperations(java.util.Collection) or withAllowedOperations(java.util.Collection) if
you want to override the existing values.
allowedOperations - Allowed operations.AllowedOperationpublic ReceivedMetadata withAllowedOperations(Collection<String> allowedOperations)
Allowed operations.
allowedOperations - Allowed operations.AllowedOperationpublic ReceivedMetadata withAllowedOperations(AllowedOperation... allowedOperations)
Allowed operations.
allowedOperations - Allowed operations.AllowedOperationpublic String toString()
toString in class ObjectObject.toString()public ReceivedMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.