Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeWorkspaceBundlesRequest.Builder,DescribeWorkspaceBundlesRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeWorkspaceBundlesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeWorkspaceBundlesRequest.Builder,DescribeWorkspaceBundlesRequest>
Contains the inputs for the DescribeWorkspaceBundles operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeWorkspaceBundlesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeWorkspaceBundlesRequest.Builder |
builder() |
|
List<String> |
bundleIds() |
An array of strings that contains the identifiers of the bundles to retrieve.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The
NextToken value from a previous call to this operation. |
String |
owner() |
The owner of the bundles to retrieve.
|
static Class<? extends DescribeWorkspaceBundlesRequest.Builder> |
serializableBuilderClass() |
|
DescribeWorkspaceBundlesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<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.
public 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.
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 nextToken()
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.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeWorkspaceBundlesRequest.Builder,DescribeWorkspaceBundlesRequest>
public static DescribeWorkspaceBundlesRequest.Builder builder()
public static Class<? extends DescribeWorkspaceBundlesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.