@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 String domainName()
The unique name of the domain.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.