@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RejectSubscriptionRequestResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RejectSubscriptionRequestResult() |
Modifier and Type | Method and Description |
---|---|
RejectSubscriptionRequestResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the subscription request was rejected.
|
String |
getCreatedBy()
The timestamp of when the subscription request was rejected.
|
String |
getDecisionComment()
The decision comment of the rejected subscription request.
|
String |
getDomainId()
The identifier of the Amazon DataZone domain in which the subscription request was rejected.
|
String |
getId()
The identifier of the subscription request that was rejected.
|
String |
getRequestReason()
The reason for the subscription request.
|
String |
getReviewerId()
The identifier of the subscription request reviewer.
|
String |
getStatus()
The status of the subscription request.
|
List<SubscribedListing> |
getSubscribedListings()
The subscribed listings of the subscription request.
|
List<SubscribedPrincipal> |
getSubscribedPrincipals()
The subscribed principals of 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 subscription request was rejected.
|
void |
setCreatedBy(String createdBy)
The timestamp of when the subscription request was rejected.
|
void |
setDecisionComment(String decisionComment)
The decision comment of the rejected subscription request.
|
void |
setDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the subscription request was rejected.
|
void |
setId(String id)
The identifier of the subscription request that was rejected.
|
void |
setRequestReason(String requestReason)
The reason for the subscription request.
|
void |
setReviewerId(String reviewerId)
The identifier of the subscription request reviewer.
|
void |
setStatus(String status)
The status of the subscription request.
|
void |
setSubscribedListings(Collection<SubscribedListing> subscribedListings)
The subscribed listings of the subscription request.
|
void |
setSubscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The subscribed principals of 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.
|
RejectSubscriptionRequestResult |
withCreatedAt(Date createdAt)
The timestamp of when the subscription request was rejected.
|
RejectSubscriptionRequestResult |
withCreatedBy(String createdBy)
The timestamp of when the subscription request was rejected.
|
RejectSubscriptionRequestResult |
withDecisionComment(String decisionComment)
The decision comment of the rejected subscription request.
|
RejectSubscriptionRequestResult |
withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the subscription request was rejected.
|
RejectSubscriptionRequestResult |
withId(String id)
The identifier of the subscription request that was rejected.
|
RejectSubscriptionRequestResult |
withRequestReason(String requestReason)
The reason for the subscription request.
|
RejectSubscriptionRequestResult |
withReviewerId(String reviewerId)
The identifier of the subscription request reviewer.
|
RejectSubscriptionRequestResult |
withStatus(String status)
The status of the subscription request.
|
RejectSubscriptionRequestResult |
withStatus(SubscriptionRequestStatus status)
The status of the subscription request.
|
RejectSubscriptionRequestResult |
withSubscribedListings(Collection<SubscribedListing> subscribedListings)
The subscribed listings of the subscription request.
|
RejectSubscriptionRequestResult |
withSubscribedListings(SubscribedListing... subscribedListings)
The subscribed listings of the subscription request.
|
RejectSubscriptionRequestResult |
withSubscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The subscribed principals of the subscription request.
|
RejectSubscriptionRequestResult |
withSubscribedPrincipals(SubscribedPrincipal... subscribedPrincipals)
The subscribed principals of the subscription request.
|
RejectSubscriptionRequestResult |
withUpdatedAt(Date updatedAt)
The timestamp of when the subscription request was updated.
|
RejectSubscriptionRequestResult |
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 subscription request was rejected.
createdAt
- The timestamp of when the subscription request was rejected.public Date getCreatedAt()
The timestamp of when the subscription request was rejected.
public RejectSubscriptionRequestResult withCreatedAt(Date createdAt)
The timestamp of when the subscription request was rejected.
createdAt
- The timestamp of when the subscription request was rejected.public void setCreatedBy(String createdBy)
The timestamp of when the subscription request was rejected.
createdBy
- The timestamp of when the subscription request was rejected.public String getCreatedBy()
The timestamp of when the subscription request was rejected.
public RejectSubscriptionRequestResult withCreatedBy(String createdBy)
The timestamp of when the subscription request was rejected.
createdBy
- The timestamp of when the subscription request was rejected.public void setDecisionComment(String decisionComment)
The decision comment of the rejected subscription request.
decisionComment
- The decision comment of the rejected subscription request.public String getDecisionComment()
The decision comment of the rejected subscription request.
public RejectSubscriptionRequestResult withDecisionComment(String decisionComment)
The decision comment of the rejected subscription request.
decisionComment
- The decision comment of the rejected subscription request.public void setDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the subscription request was rejected.
domainId
- The identifier of the Amazon DataZone domain in which the subscription request was rejected.public String getDomainId()
The identifier of the Amazon DataZone domain in which the subscription request was rejected.
public RejectSubscriptionRequestResult withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the subscription request was rejected.
domainId
- The identifier of the Amazon DataZone domain in which the subscription request was rejected.public void setId(String id)
The identifier of the subscription request that was rejected.
id
- The identifier of the subscription request that was rejected.public String getId()
The identifier of the subscription request that was rejected.
public RejectSubscriptionRequestResult withId(String id)
The identifier of the subscription request that was rejected.
id
- The identifier of the subscription request that was rejected.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 RejectSubscriptionRequestResult 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 subscription request reviewer.
reviewerId
- The identifier of the subscription request reviewer.public String getReviewerId()
The identifier of the subscription request reviewer.
public RejectSubscriptionRequestResult withReviewerId(String reviewerId)
The identifier of the subscription request reviewer.
reviewerId
- The identifier of the subscription request reviewer.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 RejectSubscriptionRequestResult withStatus(String status)
The status of the subscription request.
status
- The status of the subscription request.SubscriptionRequestStatus
public RejectSubscriptionRequestResult withStatus(SubscriptionRequestStatus status)
The status of the subscription request.
status
- The status of the subscription request.SubscriptionRequestStatus
public List<SubscribedListing> getSubscribedListings()
The subscribed listings of the subscription request.
public void setSubscribedListings(Collection<SubscribedListing> subscribedListings)
The subscribed listings of the subscription request.
subscribedListings
- The subscribed listings of the subscription request.public RejectSubscriptionRequestResult withSubscribedListings(SubscribedListing... subscribedListings)
The subscribed listings of 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 of the subscription request.public RejectSubscriptionRequestResult withSubscribedListings(Collection<SubscribedListing> subscribedListings)
The subscribed listings of the subscription request.
subscribedListings
- The subscribed listings of the subscription request.public List<SubscribedPrincipal> getSubscribedPrincipals()
The subscribed principals of the subscription request.
public void setSubscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The subscribed principals of the subscription request.
subscribedPrincipals
- The subscribed principals of the subscription request.public RejectSubscriptionRequestResult withSubscribedPrincipals(SubscribedPrincipal... subscribedPrincipals)
The subscribed principals of 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 of the subscription request.public RejectSubscriptionRequestResult withSubscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The subscribed principals of the subscription request.
subscribedPrincipals
- The subscribed principals of 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 RejectSubscriptionRequestResult 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 RejectSubscriptionRequestResult 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 RejectSubscriptionRequestResult clone()