@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTemplateSharesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTemplateSharesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTemplateSharesRequest |
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 for this request.
|
String |
getNextToken() |
String |
getSharedWithPrefix()
The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile is
shared.
|
String |
getStatus() |
String |
getTemplateArn()
The review template ARN.
|
int |
hashCode() |
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, organization ID, or organizational unit (OU) ID with which the profile is
shared.
|
void |
setStatus(String status) |
void |
setTemplateArn(String templateArn)
The review template ARN.
|
String |
toString()
Returns a string representation of this object.
|
ListTemplateSharesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for this request.
|
ListTemplateSharesRequest |
withNextToken(String nextToken) |
ListTemplateSharesRequest |
withSharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile is
shared.
|
ListTemplateSharesRequest |
withStatus(ShareStatus status) |
ListTemplateSharesRequest |
withStatus(String status) |
ListTemplateSharesRequest |
withTemplateArn(String templateArn)
The review template ARN.
|
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, withSdkRequestTimeoutpublic void setTemplateArn(String templateArn)
The review template ARN.
templateArn - The review template ARN.public String getTemplateArn()
The review template ARN.
public ListTemplateSharesRequest withTemplateArn(String templateArn)
The review template ARN.
templateArn - The review template ARN.public void setSharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile is shared.
sharedWithPrefix - The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile
is shared.public String getSharedWithPrefix()
The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile is shared.
public ListTemplateSharesRequest withSharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile is shared.
sharedWithPrefix - The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile
is shared.public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public ListTemplateSharesRequest 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 ListTemplateSharesRequest 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 ListTemplateSharesRequest withStatus(String status)
status - ShareStatuspublic ListTemplateSharesRequest withStatus(ShareStatus status)
status - ShareStatuspublic String toString()
toString in class ObjectObject.toString()public ListTemplateSharesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()