@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAppBlockBuilderAppBlockAssociationsRequest extends AppStreamRequest implements ToCopyableBuilder<DescribeAppBlockBuilderAppBlockAssociationsRequest.Builder,DescribeAppBlockBuilderAppBlockAssociationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAppBlockBuilderAppBlockAssociationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appBlockArn()
The ARN of the app block.
|
String |
appBlockBuilderName()
The name of the app block builder.
|
static DescribeAppBlockBuilderAppBlockAssociationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum size of each page of results.
|
String |
nextToken()
The pagination token used to retrieve the next page of results for this operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAppBlockBuilderAppBlockAssociationsRequest.Builder> |
serializableBuilderClass() |
DescribeAppBlockBuilderAppBlockAssociationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appBlockArn()
The ARN of the app block.
public final String appBlockBuilderName()
The name of the app block builder.
public final Integer maxResults()
The maximum size of each page of results.
public final String nextToken()
The pagination token used to retrieve the next page of results for this operation.
public DescribeAppBlockBuilderAppBlockAssociationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAppBlockBuilderAppBlockAssociationsRequest.Builder,DescribeAppBlockBuilderAppBlockAssociationsRequest>toBuilder in class AppStreamRequestpublic static DescribeAppBlockBuilderAppBlockAssociationsRequest.Builder builder()
public static Class<? extends DescribeAppBlockBuilderAppBlockAssociationsRequest.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 © 2023. All rights reserved.