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