@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, IAM role, organization ID, or organizational unit (OU) ID with which the lens
is shared.
|
String |
getStatus() |
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, IAM role, organization ID, or organizational unit (OU) ID with which the lens
is shared.
|
void |
setStatus(String status) |
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, IAM role, organization ID, or organizational unit (OU) ID with which the lens
is shared.
|
ListLensSharesRequest |
withStatus(ShareStatus status) |
ListLensSharesRequest |
withStatus(String status) |
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, IAM role, organization ID, or organizational unit (OU) ID with which the lens is shared.
sharedWithPrefix - The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which
the lens is shared.public String getSharedWithPrefix()
The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the lens is shared.
public ListLensSharesRequest withSharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the lens is shared.
sharedWithPrefix - The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID 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 void setStatus(String status)
status - ShareStatuspublic String getStatus()
ShareStatuspublic ListLensSharesRequest withStatus(String status)
status - ShareStatuspublic ListLensSharesRequest withStatus(ShareStatus status)
status - ShareStatuspublic String toString()
toString in class ObjectObject.toString()public ListLensSharesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.