@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPendingInvitationResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListPendingInvitationResourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListPendingInvitationResourcesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return with a single call.
|
String |
getNextToken()
The token for the next page of results.
|
String |
getResourceShareInvitationArn()
The Amazon Resource Name (ARN) of the invitation.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
void |
setResourceShareInvitationArn(String resourceShareInvitationArn)
The Amazon Resource Name (ARN) of the invitation.
|
String |
toString()
Returns a string representation of this object.
|
ListPendingInvitationResourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListPendingInvitationResourcesRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
ListPendingInvitationResourcesRequest |
withResourceShareInvitationArn(String resourceShareInvitationArn)
The Amazon Resource Name (ARN) of the invitation.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ListPendingInvitationResourcesRequest()
public void setResourceShareInvitationArn(String resourceShareInvitationArn)
The Amazon Resource Name (ARN) of the invitation.
resourceShareInvitationArn - The Amazon Resource Name (ARN) of the invitation.public String getResourceShareInvitationArn()
The Amazon Resource Name (ARN) of the invitation.
public ListPendingInvitationResourcesRequest withResourceShareInvitationArn(String resourceShareInvitationArn)
The Amazon Resource Name (ARN) of the invitation.
resourceShareInvitationArn - The Amazon Resource Name (ARN) of the invitation.public void setNextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.public String getNextToken()
The token for the next page of results.
public ListPendingInvitationResourcesRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.public Integer getMaxResults()
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken value.
nextToken value.public ListPendingInvitationResourcesRequest withMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.public String toString()
toString in class ObjectObject.toString()public ListPendingInvitationResourcesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.