@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListShareInvitationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input for List Share Invitations
NOOP| Constructor and Description |
|---|
ListShareInvitationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListShareInvitationsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return for this request.
|
String |
getNextToken() |
String |
getWorkloadNamePrefix() |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return for this request.
|
void |
setNextToken(String nextToken) |
void |
setWorkloadNamePrefix(String workloadNamePrefix) |
String |
toString()
Returns a string representation of this object.
|
ListShareInvitationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for this request.
|
ListShareInvitationsRequest |
withNextToken(String nextToken) |
ListShareInvitationsRequest |
withWorkloadNamePrefix(String workloadNamePrefix) |
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 void setWorkloadNamePrefix(String workloadNamePrefix)
workloadNamePrefix - public String getWorkloadNamePrefix()
public ListShareInvitationsRequest withWorkloadNamePrefix(String workloadNamePrefix)
workloadNamePrefix - public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public ListShareInvitationsRequest withNextToken(String nextToken)
nextToken - public void setMaxResults(Integer maxResults)
The maximum number of results to return for this request.
maxResults - The maximum number of results to return for this request.public Integer getMaxResults()
The maximum number of results to return for this request.
public ListShareInvitationsRequest withMaxResults(Integer maxResults)
The maximum number of results to return for this request.
maxResults - The maximum number of results to return for this request.public String toString()
toString in class ObjectObject.toString()public ListShareInvitationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.