public class DescribeWorkspaceBundlesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Contains the inputs for the DescribeWorkspaceBundles operation.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
bundleIds
An array of strings that contains the identifiers of the bundles to
retrieve.
|
private java.lang.String |
nextToken
The
NextToken value from a previous call to this operation. |
private java.lang.String |
owner
The owner of the bundles to retrieve.
|
NOOP
Constructor and Description |
---|
DescribeWorkspaceBundlesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeWorkspaceBundlesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getBundleIds()
An array of strings that contains the identifiers of the bundles to
retrieve.
|
java.lang.String |
getNextToken()
The
NextToken value from a previous call to this operation. |
java.lang.String |
getOwner()
The owner of the bundles to retrieve.
|
int |
hashCode() |
void |
setBundleIds(java.util.Collection<java.lang.String> bundleIds)
An array of strings that contains the identifiers of the bundles to
retrieve.
|
void |
setNextToken(java.lang.String nextToken)
The
NextToken value from a previous call to this operation. |
void |
setOwner(java.lang.String owner)
The owner of the bundles to retrieve.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeWorkspaceBundlesRequest |
withBundleIds(java.util.Collection<java.lang.String> bundleIds)
An array of strings that contains the identifiers of the bundles to
retrieve.
|
DescribeWorkspaceBundlesRequest |
withBundleIds(java.lang.String... bundleIds)
An array of strings that contains the identifiers of the bundles to
retrieve.
|
DescribeWorkspaceBundlesRequest |
withNextToken(java.lang.String nextToken)
The
NextToken value from a previous call to this operation. |
DescribeWorkspaceBundlesRequest |
withOwner(java.lang.String owner)
The owner of the bundles to retrieve.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private SdkInternalList<java.lang.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.
private java.lang.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:
AMAZON
- Retrieves the bundles that are provided by AWS.
private java.lang.String nextToken
The NextToken
value from a previous call to this operation.
Pass null if this is the first call.
public java.util.List<java.lang.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(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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(java.lang.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:
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:
AMAZON
- Retrieves the bundles that are provided
by AWS.public java.lang.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:
AMAZON
- Retrieves the bundles that are provided by AWS.
This contains one of the following values:
AMAZON
- Retrieves the bundles that are provided
by AWS.public DescribeWorkspaceBundlesRequest withOwner(java.lang.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:
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:
AMAZON
- Retrieves the bundles that are provided
by AWS.public void setNextToken(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeWorkspaceBundlesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()