@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) |
String |
getLensNamePrefix()
An optional string added to the beginning of each lens name returned in the results.
|
Integer |
getMaxResults()
The maximum number of results to return for this request.
|
String |
getNextToken() |
String |
getShareResourceType()
The type of share invitations to be returned.
|
String |
getWorkloadNamePrefix() |
int |
hashCode() |
void |
setLensNamePrefix(String lensNamePrefix)
An optional string added to the beginning of each lens name returned in the results.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return for this request.
|
void |
setNextToken(String nextToken) |
void |
setShareResourceType(String shareResourceType)
The type of share invitations to be returned.
|
void |
setWorkloadNamePrefix(String workloadNamePrefix) |
String |
toString()
Returns a string representation of this object.
|
ListShareInvitationsRequest |
withLensNamePrefix(String lensNamePrefix)
An optional string added to the beginning of each lens name returned in the results.
|
ListShareInvitationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for this request.
|
ListShareInvitationsRequest |
withNextToken(String nextToken) |
ListShareInvitationsRequest |
withShareResourceType(ShareResourceType shareResourceType)
The type of share invitations to be returned.
|
ListShareInvitationsRequest |
withShareResourceType(String shareResourceType)
The type of share invitations to be returned.
|
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 setLensNamePrefix(String lensNamePrefix)
An optional string added to the beginning of each lens name returned in the results.
lensNamePrefix - An optional string added to the beginning of each lens name returned in the results.public String getLensNamePrefix()
An optional string added to the beginning of each lens name returned in the results.
public ListShareInvitationsRequest withLensNamePrefix(String lensNamePrefix)
An optional string added to the beginning of each lens name returned in the results.
lensNamePrefix - An optional string added to the beginning of each lens name returned in the results.public void setShareResourceType(String shareResourceType)
The type of share invitations to be returned.
shareResourceType - The type of share invitations to be returned.ShareResourceTypepublic String getShareResourceType()
The type of share invitations to be returned.
ShareResourceTypepublic ListShareInvitationsRequest withShareResourceType(String shareResourceType)
The type of share invitations to be returned.
shareResourceType - The type of share invitations to be returned.ShareResourceTypepublic ListShareInvitationsRequest withShareResourceType(ShareResourceType shareResourceType)
The type of share invitations to be returned.
shareResourceType - The type of share invitations to be returned.ShareResourceTypepublic 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 © 2023. All rights reserved.