@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkspaceBundlesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the inputs for the DescribeWorkspaceBundles operation.
NOOP
Constructor and Description |
---|
DescribeWorkspaceBundlesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeWorkspaceBundlesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getBundleIds()
An array of strings that contains the identifiers of the bundles to retrieve.
|
String |
getNextToken()
The
NextToken value from a previous call to this operation. |
String |
getOwner()
The owner of the bundles to retrieve.
|
int |
hashCode() |
void |
setBundleIds(Collection<String> bundleIds)
An array of strings that contains the identifiers of the bundles to retrieve.
|
void |
setNextToken(String nextToken)
The
NextToken value from a previous call to this operation. |
void |
setOwner(String owner)
The owner of the bundles to retrieve.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeWorkspaceBundlesRequest |
withBundleIds(Collection<String> bundleIds)
An array of strings that contains the identifiers of the bundles to retrieve.
|
DescribeWorkspaceBundlesRequest |
withBundleIds(String... bundleIds)
An array of strings that contains the identifiers of the bundles to retrieve.
|
DescribeWorkspaceBundlesRequest |
withNextToken(String nextToken)
The
NextToken value from a previous call to this operation. |
DescribeWorkspaceBundlesRequest |
withOwner(String owner)
The owner of the bundles to retrieve.
|
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, withSdkRequestTimeout
public List<String> getBundleIds()
An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.
public void setBundleIds(Collection<String> bundleIds)
An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.
bundleIds
- An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be
combined with any other filter parameter.public DescribeWorkspaceBundlesRequest withBundleIds(String... bundleIds)
An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.
NOTE: This method appends the values to the existing list (if any). Use
setBundleIds(java.util.Collection)
or withBundleIds(java.util.Collection)
if you want to
override the existing values.
bundleIds
- An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be
combined with any other filter parameter.public DescribeWorkspaceBundlesRequest withBundleIds(Collection<String> bundleIds)
An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.
bundleIds
- An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be
combined with any other filter parameter.public void setOwner(String owner)
The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.
This contains one of the following values:
null- Retrieves the bundles that belong to the account making the call.
AMAZON
- Retrieves the bundles that are provided by AWS.
owner
- The owner of the bundles to retrieve. This parameter cannot be combined with any other filter
parameter.
This contains one of the following values:
null- Retrieves the bundles that belong to the account making the call.
AMAZON
- Retrieves the bundles that are provided by AWS.
public String getOwner()
The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.
This contains one of the following values:
null- Retrieves the bundles that belong to the account making the call.
AMAZON
- Retrieves the bundles that are provided by AWS.
This contains one of the following values:
null- Retrieves the bundles that belong to the account making the call.
AMAZON
- Retrieves the bundles that are provided by AWS.
public DescribeWorkspaceBundlesRequest withOwner(String owner)
The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.
This contains one of the following values:
null- Retrieves the bundles that belong to the account making the call.
AMAZON
- Retrieves the bundles that are provided by AWS.
owner
- The owner of the bundles to retrieve. This parameter cannot be combined with any other filter
parameter.
This contains one of the following values:
null- Retrieves the bundles that belong to the account making the call.
AMAZON
- Retrieves the bundles that are provided by AWS.
public void setNextToken(String nextToken)
The NextToken
value from a previous call to this operation. Pass null if this is the first call.
nextToken
- The NextToken
value from a previous call to this operation. Pass null if this is the first
call.public String getNextToken()
The NextToken
value from a previous call to this operation. Pass null if this is the first call.
NextToken
value from a previous call to this operation. Pass null if this is the first
call.public DescribeWorkspaceBundlesRequest withNextToken(String nextToken)
The NextToken
value from a previous call to this operation. Pass null if this is the first call.
nextToken
- The NextToken
value from a previous call to this operation. Pass null if this is the first
call.public String toString()
toString
in class Object
Object.toString()
public DescribeWorkspaceBundlesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.