@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSubscriptionRequestDetailsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSubscriptionRequestDetailsResult() |
Modifier and Type | Method and Description |
---|---|
GetSubscriptionRequestDetailsResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the specified subscription request was created.
|
String |
getCreatedBy()
The Amazon DataZone user who created the subscription request.
|
String |
getDecisionComment()
The decision comment of the subscription request.
|
String |
getDomainId()
The Amazon DataZone domain of the subscription request.
|
String |
getId()
The identifier of the subscription request.
|
String |
getRequestReason()
The reason for the subscription request.
|
String |
getReviewerId()
The identifier of the Amazon DataZone user who reviewed the subscription request.
|
String |
getStatus()
The status of the subscription request.
|
List<SubscribedListing> |
getSubscribedListings()
The subscribed listings in the subscription request.
|
List<SubscribedPrincipal> |
getSubscribedPrincipals()
The subscribed principals in the subscription request.
|
Date |
getUpdatedAt()
The timestamp of when the subscription request was updated.
|
String |
getUpdatedBy()
The Amazon DataZone user who updated the subscription request.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The timestamp of when the specified subscription request was created.
|
void |
setCreatedBy(String createdBy)
The Amazon DataZone user who created the subscription request.
|
void |
setDecisionComment(String decisionComment)
The decision comment of the subscription request.
|
void |
setDomainId(String domainId)
The Amazon DataZone domain of the subscription request.
|
void |
setId(String id)
The identifier of the subscription request.
|
void |
setRequestReason(String requestReason)
The reason for the subscription request.
|
void |
setReviewerId(String reviewerId)
The identifier of the Amazon DataZone user who reviewed the subscription request.
|
void |
setStatus(String status)
The status of the subscription request.
|
void |
setSubscribedListings(Collection<SubscribedListing> subscribedListings)
The subscribed listings in the subscription request.
|
void |
setSubscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The subscribed principals in the subscription request.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp of when the subscription request was updated.
|
void |
setUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription request.
|
String |
toString()
Returns a string representation of this object.
|
GetSubscriptionRequestDetailsResult |
withCreatedAt(Date createdAt)
The timestamp of when the specified subscription request was created.
|
GetSubscriptionRequestDetailsResult |
withCreatedBy(String createdBy)
The Amazon DataZone user who created the subscription request.
|
GetSubscriptionRequestDetailsResult |
withDecisionComment(String decisionComment)
The decision comment of the subscription request.
|
GetSubscriptionRequestDetailsResult |
withDomainId(String domainId)
The Amazon DataZone domain of the subscription request.
|
GetSubscriptionRequestDetailsResult |
withId(String id)
The identifier of the subscription request.
|
GetSubscriptionRequestDetailsResult |
withRequestReason(String requestReason)
The reason for the subscription request.
|
GetSubscriptionRequestDetailsResult |
withReviewerId(String reviewerId)
The identifier of the Amazon DataZone user who reviewed the subscription request.
|
GetSubscriptionRequestDetailsResult |
withStatus(String status)
The status of the subscription request.
|
GetSubscriptionRequestDetailsResult |
withStatus(SubscriptionRequestStatus status)
The status of the subscription request.
|
GetSubscriptionRequestDetailsResult |
withSubscribedListings(Collection<SubscribedListing> subscribedListings)
The subscribed listings in the subscription request.
|
GetSubscriptionRequestDetailsResult |
withSubscribedListings(SubscribedListing... subscribedListings)
The subscribed listings in the subscription request.
|
GetSubscriptionRequestDetailsResult |
withSubscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The subscribed principals in the subscription request.
|
GetSubscriptionRequestDetailsResult |
withSubscribedPrincipals(SubscribedPrincipal... subscribedPrincipals)
The subscribed principals in the subscription request.
|
GetSubscriptionRequestDetailsResult |
withUpdatedAt(Date updatedAt)
The timestamp of when the subscription request was updated.
|
GetSubscriptionRequestDetailsResult |
withUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreatedAt(Date createdAt)
The timestamp of when the specified subscription request was created.
createdAt
- The timestamp of when the specified subscription request was created.public Date getCreatedAt()
The timestamp of when the specified subscription request was created.
public GetSubscriptionRequestDetailsResult withCreatedAt(Date createdAt)
The timestamp of when the specified subscription request was created.
createdAt
- The timestamp of when the specified subscription request was created.public void setCreatedBy(String createdBy)
The Amazon DataZone user who created the subscription request.
createdBy
- The Amazon DataZone user who created the subscription request.public String getCreatedBy()
The Amazon DataZone user who created the subscription request.
public GetSubscriptionRequestDetailsResult withCreatedBy(String createdBy)
The Amazon DataZone user who created the subscription request.
createdBy
- The Amazon DataZone user who created the subscription request.public void setDecisionComment(String decisionComment)
The decision comment of the subscription request.
decisionComment
- The decision comment of the subscription request.public String getDecisionComment()
The decision comment of the subscription request.
public GetSubscriptionRequestDetailsResult withDecisionComment(String decisionComment)
The decision comment of the subscription request.
decisionComment
- The decision comment of the subscription request.public void setDomainId(String domainId)
The Amazon DataZone domain of the subscription request.
domainId
- The Amazon DataZone domain of the subscription request.public String getDomainId()
The Amazon DataZone domain of the subscription request.
public GetSubscriptionRequestDetailsResult withDomainId(String domainId)
The Amazon DataZone domain of the subscription request.
domainId
- The Amazon DataZone domain of the subscription request.public void setId(String id)
The identifier of the subscription request.
id
- The identifier of the subscription request.public String getId()
The identifier of the subscription request.
public GetSubscriptionRequestDetailsResult withId(String id)
The identifier of the subscription request.
id
- The identifier of the subscription request.public void setRequestReason(String requestReason)
The reason for the subscription request.
requestReason
- The reason for the subscription request.public String getRequestReason()
The reason for the subscription request.
public GetSubscriptionRequestDetailsResult withRequestReason(String requestReason)
The reason for the subscription request.
requestReason
- The reason for the subscription request.public void setReviewerId(String reviewerId)
The identifier of the Amazon DataZone user who reviewed the subscription request.
reviewerId
- The identifier of the Amazon DataZone user who reviewed the subscription request.public String getReviewerId()
The identifier of the Amazon DataZone user who reviewed the subscription request.
public GetSubscriptionRequestDetailsResult withReviewerId(String reviewerId)
The identifier of the Amazon DataZone user who reviewed the subscription request.
reviewerId
- The identifier of the Amazon DataZone user who reviewed the subscription request.public void setStatus(String status)
The status of the subscription request.
status
- The status of the subscription request.SubscriptionRequestStatus
public String getStatus()
The status of the subscription request.
SubscriptionRequestStatus
public GetSubscriptionRequestDetailsResult withStatus(String status)
The status of the subscription request.
status
- The status of the subscription request.SubscriptionRequestStatus
public GetSubscriptionRequestDetailsResult withStatus(SubscriptionRequestStatus status)
The status of the subscription request.
status
- The status of the subscription request.SubscriptionRequestStatus
public List<SubscribedListing> getSubscribedListings()
The subscribed listings in the subscription request.
public void setSubscribedListings(Collection<SubscribedListing> subscribedListings)
The subscribed listings in the subscription request.
subscribedListings
- The subscribed listings in the subscription request.public GetSubscriptionRequestDetailsResult withSubscribedListings(SubscribedListing... subscribedListings)
The subscribed listings in the subscription request.
NOTE: This method appends the values to the existing list (if any). Use
setSubscribedListings(java.util.Collection)
or withSubscribedListings(java.util.Collection)
if
you want to override the existing values.
subscribedListings
- The subscribed listings in the subscription request.public GetSubscriptionRequestDetailsResult withSubscribedListings(Collection<SubscribedListing> subscribedListings)
The subscribed listings in the subscription request.
subscribedListings
- The subscribed listings in the subscription request.public List<SubscribedPrincipal> getSubscribedPrincipals()
The subscribed principals in the subscription request.
public void setSubscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The subscribed principals in the subscription request.
subscribedPrincipals
- The subscribed principals in the subscription request.public GetSubscriptionRequestDetailsResult withSubscribedPrincipals(SubscribedPrincipal... subscribedPrincipals)
The subscribed principals in the subscription request.
NOTE: This method appends the values to the existing list (if any). Use
setSubscribedPrincipals(java.util.Collection)
or withSubscribedPrincipals(java.util.Collection)
if you want to override the existing values.
subscribedPrincipals
- The subscribed principals in the subscription request.public GetSubscriptionRequestDetailsResult withSubscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The subscribed principals in the subscription request.
subscribedPrincipals
- The subscribed principals in the subscription request.public void setUpdatedAt(Date updatedAt)
The timestamp of when the subscription request was updated.
updatedAt
- The timestamp of when the subscription request was updated.public Date getUpdatedAt()
The timestamp of when the subscription request was updated.
public GetSubscriptionRequestDetailsResult withUpdatedAt(Date updatedAt)
The timestamp of when the subscription request was updated.
updatedAt
- The timestamp of when the subscription request was updated.public void setUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription request.
updatedBy
- The Amazon DataZone user who updated the subscription request.public String getUpdatedBy()
The Amazon DataZone user who updated the subscription request.
public GetSubscriptionRequestDetailsResult withUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription request.
updatedBy
- The Amazon DataZone user who updated the subscription request.public String toString()
toString
in class Object
Object.toString()
public GetSubscriptionRequestDetailsResult clone()