@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkspaceBundlesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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()
The identifiers of the bundles.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getOwner()
The owner of the bundles.
|
int |
hashCode() |
void |
setBundleIds(Collection<String> bundleIds)
The identifiers of the bundles.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setOwner(String owner)
The owner of the bundles.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWorkspaceBundlesRequest |
withBundleIds(Collection<String> bundleIds)
The identifiers of the bundles.
|
DescribeWorkspaceBundlesRequest |
withBundleIds(String... bundleIds)
The identifiers of the bundles.
|
DescribeWorkspaceBundlesRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
DescribeWorkspaceBundlesRequest |
withOwner(String owner)
The owner of the bundles.
|
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()
The identifiers of the bundles. You cannot combine this parameter with any other filter.
public void setBundleIds(Collection<String> bundleIds)
The identifiers of the bundles. You cannot combine this parameter with any other filter.
bundleIds
- The identifiers of the bundles. You cannot combine this parameter with any other filter.public DescribeWorkspaceBundlesRequest withBundleIds(String... bundleIds)
The identifiers of the bundles. You cannot combine this parameter with any other filter.
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
- The identifiers of the bundles. You cannot combine this parameter with any other filter.public DescribeWorkspaceBundlesRequest withBundleIds(Collection<String> bundleIds)
The identifiers of the bundles. You cannot combine this parameter with any other filter.
bundleIds
- The identifiers of the bundles. You cannot combine this parameter with any other filter.public void setOwner(String owner)
The owner of the bundles. You cannot combine this parameter with any other filter.
Specify AMAZON
to describe the bundles provided by AWS or null to describe the bundles that belong
to your account.
owner
- The owner of the bundles. You cannot combine this parameter with any other filter.
Specify AMAZON
to describe the bundles provided by AWS or null to describe the bundles that
belong to your account.
public String getOwner()
The owner of the bundles. You cannot combine this parameter with any other filter.
Specify AMAZON
to describe the bundles provided by AWS or null to describe the bundles that belong
to your account.
Specify AMAZON
to describe the bundles provided by AWS or null to describe the bundles that
belong to your account.
public DescribeWorkspaceBundlesRequest withOwner(String owner)
The owner of the bundles. You cannot combine this parameter with any other filter.
Specify AMAZON
to describe the bundles provided by AWS or null to describe the bundles that belong
to your account.
owner
- The owner of the bundles. You cannot combine this parameter with any other filter.
Specify AMAZON
to describe the bundles provided by AWS or null to describe the bundles that
belong to your account.
public void setNextToken(String nextToken)
The token for the next set of results. (You received this token from a previous call.)
nextToken
- The token for the next set of results. (You received this token from a previous call.)public String getNextToken()
The token for the next set of results. (You received this token from a previous call.)
public DescribeWorkspaceBundlesRequest withNextToken(String nextToken)
The token for the next set of results. (You received this token from a previous call.)
nextToken
- The token for the next set of results. (You received this token from a previous call.)public String toString()
toString
in class Object
Object.toString()
public DescribeWorkspaceBundlesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()