@Generated(value="software.amazon.awssdk:codegen") public final class AssociateDefaultViewResponse extends ResourceExplorer2Response implements ToCopyableBuilder<AssociateDefaultViewResponse.Builder,AssociateDefaultViewResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateDefaultViewResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateDefaultViewResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateDefaultViewResponse.Builder> |
serializableBuilderClass() |
AssociateDefaultViewResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
viewArn()
The Amazon resource name
(ARN) of the view that the operation set as the default for queries made in the Amazon Web Services Region
and Amazon Web Services account in which you called this operation.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String viewArn()
The Amazon resource name (ARN) of the view that the operation set as the default for queries made in the Amazon Web Services Region and Amazon Web Services account in which you called this operation.
public AssociateDefaultViewResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateDefaultViewResponse.Builder,AssociateDefaultViewResponse>toBuilder in class AwsResponsepublic static AssociateDefaultViewResponse.Builder builder()
public static Class<? extends AssociateDefaultViewResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.