@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceShareInvitationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetResourceShareInvitationsRequest() |
Modifier and Type | Method and Description |
---|---|
GetResourceShareInvitationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
List<String> |
getResourceShareArns()
The Amazon Resource Names (ARN) of the resource shares.
|
List<String> |
getResourceShareInvitationArns()
The Amazon Resource Names (ARN) of the invitations.
|
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 |
setResourceShareArns(Collection<String> resourceShareArns)
The Amazon Resource Names (ARN) of the resource shares.
|
void |
setResourceShareInvitationArns(Collection<String> resourceShareInvitationArns)
The Amazon Resource Names (ARN) of the invitations.
|
String |
toString()
Returns a string representation of this object.
|
GetResourceShareInvitationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
GetResourceShareInvitationsRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
GetResourceShareInvitationsRequest |
withResourceShareArns(Collection<String> resourceShareArns)
The Amazon Resource Names (ARN) of the resource shares.
|
GetResourceShareInvitationsRequest |
withResourceShareArns(String... resourceShareArns)
The Amazon Resource Names (ARN) of the resource shares.
|
GetResourceShareInvitationsRequest |
withResourceShareInvitationArns(Collection<String> resourceShareInvitationArns)
The Amazon Resource Names (ARN) of the invitations.
|
GetResourceShareInvitationsRequest |
withResourceShareInvitationArns(String... resourceShareInvitationArns)
The Amazon Resource Names (ARN) of the invitations.
|
addHandlerContext, 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, withSdkRequestTimeout
public List<String> getResourceShareInvitationArns()
The Amazon Resource Names (ARN) of the invitations.
public void setResourceShareInvitationArns(Collection<String> resourceShareInvitationArns)
The Amazon Resource Names (ARN) of the invitations.
resourceShareInvitationArns
- The Amazon Resource Names (ARN) of the invitations.public GetResourceShareInvitationsRequest withResourceShareInvitationArns(String... resourceShareInvitationArns)
The Amazon Resource Names (ARN) of the invitations.
NOTE: This method appends the values to the existing list (if any). Use
setResourceShareInvitationArns(java.util.Collection)
or
withResourceShareInvitationArns(java.util.Collection)
if you want to override the existing values.
resourceShareInvitationArns
- The Amazon Resource Names (ARN) of the invitations.public GetResourceShareInvitationsRequest withResourceShareInvitationArns(Collection<String> resourceShareInvitationArns)
The Amazon Resource Names (ARN) of the invitations.
resourceShareInvitationArns
- The Amazon Resource Names (ARN) of the invitations.public List<String> getResourceShareArns()
The Amazon Resource Names (ARN) of the resource shares.
public void setResourceShareArns(Collection<String> resourceShareArns)
The Amazon Resource Names (ARN) of the resource shares.
resourceShareArns
- The Amazon Resource Names (ARN) of the resource shares.public GetResourceShareInvitationsRequest withResourceShareArns(String... resourceShareArns)
The Amazon Resource Names (ARN) of the resource shares.
NOTE: This method appends the values to the existing list (if any). Use
setResourceShareArns(java.util.Collection)
or withResourceShareArns(java.util.Collection)
if
you want to override the existing values.
resourceShareArns
- The Amazon Resource Names (ARN) of the resource shares.public GetResourceShareInvitationsRequest withResourceShareArns(Collection<String> resourceShareArns)
The Amazon Resource Names (ARN) of the resource shares.
resourceShareArns
- The Amazon Resource Names (ARN) of the resource shares.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 GetResourceShareInvitationsRequest 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 GetResourceShareInvitationsRequest 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 Object
Object.toString()
public GetResourceShareInvitationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.