@Generated(value="software.amazon.awssdk:codegen") public final class GetIntegrationRequest extends CustomerProfilesRequest implements ToCopyableBuilder<GetIntegrationRequest.Builder,GetIntegrationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetIntegrationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetIntegrationRequest.Builder |
builder() |
String |
domainName()
The unique name of the domain.
|
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 GetIntegrationRequest.Builder> |
serializableBuilderClass() |
GetIntegrationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
uri()
The URI of the S3 bucket or any other type of data source.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
The unique name of the domain.
public final String uri()
The URI of the S3 bucket or any other type of data source.
public GetIntegrationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetIntegrationRequest.Builder,GetIntegrationRequest>toBuilder in class CustomerProfilesRequestpublic static GetIntegrationRequest.Builder builder()
public static Class<? extends GetIntegrationRequest.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.