@Generated(value="software.amazon.awssdk:codegen") public final class DescribeWorkspaceBundlesRequest extends WorkSpacesRequest implements ToCopyableBuilder<DescribeWorkspaceBundlesRequest.Builder,DescribeWorkspaceBundlesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeWorkspaceBundlesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeWorkspaceBundlesRequest.Builder |
builder() |
List<String> |
bundleIds()
The identifiers of the bundles.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasBundleIds()
Returns true if the BundleIds property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
String |
nextToken()
The token for the next set of results.
|
String |
owner()
The owner of the bundles.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeWorkspaceBundlesRequest.Builder> |
serializableBuilderClass() |
DescribeWorkspaceBundlesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasBundleIds()
public final List<String> bundleIds()
The identifiers of the bundles. You cannot combine this parameter with any other filter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasBundleIds() to see if a value was sent in this field.
public final 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.
Specify AMAZON to describe the bundles provided by AWS or null to describe the bundles that
belong to your account.
public final String nextToken()
The token for the next set of results. (You received this token from a previous call.)
public DescribeWorkspaceBundlesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeWorkspaceBundlesRequest.Builder,DescribeWorkspaceBundlesRequest>toBuilder in class WorkSpacesRequestpublic static DescribeWorkspaceBundlesRequest.Builder builder()
public static Class<? extends DescribeWorkspaceBundlesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.