@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLensSharesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListLensSharesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListLensSharesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLensAlias() |
Integer |
getMaxResults()
The maximum number of results to return for this request.
|
String |
getNextToken() |
String |
getSharedWithPrefix()
The Amazon Web Services account ID or IAM role with which the lens is shared.
|
int |
hashCode() |
void |
setLensAlias(String lensAlias) |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return for this request.
|
void |
setNextToken(String nextToken) |
void |
setSharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID or IAM role with which the lens is shared.
|
String |
toString()
Returns a string representation of this object.
|
ListLensSharesRequest |
withLensAlias(String lensAlias) |
ListLensSharesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for this request.
|
ListLensSharesRequest |
withNextToken(String nextToken) |
ListLensSharesRequest |
withSharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID or IAM role with which the lens is shared.
|
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 setLensAlias(String lensAlias)
lensAlias - public String getLensAlias()
public ListLensSharesRequest withLensAlias(String lensAlias)
lensAlias - public void setSharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID or IAM role with which the lens is shared.
sharedWithPrefix - The Amazon Web Services account ID or IAM role with which the lens is shared.public String getSharedWithPrefix()
The Amazon Web Services account ID or IAM role with which the lens is shared.
public ListLensSharesRequest withSharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID or IAM role with which the lens is shared.
sharedWithPrefix - The Amazon Web Services account ID or IAM role with which the lens is shared.public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public ListLensSharesRequest 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 ListLensSharesRequest 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 ListLensSharesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.