Class CustomerProfilesResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AddProfileKeyResponse,CreateCalculatedAttributeDefinitionResponse,CreateDomainResponse,CreateEventStreamResponse,CreateIntegrationWorkflowResponse,CreateProfileResponse,DeleteCalculatedAttributeDefinitionResponse,DeleteDomainResponse,DeleteEventStreamResponse,DeleteIntegrationResponse,DeleteProfileKeyResponse,DeleteProfileObjectResponse,DeleteProfileObjectTypeResponse,DeleteProfileResponse,DeleteWorkflowResponse,DetectProfileObjectTypeResponse,GetAutoMergingPreviewResponse,GetCalculatedAttributeDefinitionResponse,GetCalculatedAttributeForProfileResponse,GetDomainResponse,GetEventStreamResponse,GetIdentityResolutionJobResponse,GetIntegrationResponse,GetMatchesResponse,GetProfileObjectTypeResponse,GetProfileObjectTypeTemplateResponse,GetSimilarProfilesResponse,GetWorkflowResponse,GetWorkflowStepsResponse,ListAccountIntegrationsResponse,ListCalculatedAttributeDefinitionsResponse,ListCalculatedAttributesForProfileResponse,ListDomainsResponse,ListEventStreamsResponse,ListIdentityResolutionJobsResponse,ListIntegrationsResponse,ListProfileObjectsResponse,ListProfileObjectTypesResponse,ListProfileObjectTypeTemplatesResponse,ListRuleBasedMatchesResponse,ListTagsForResourceResponse,ListWorkflowsResponse,MergeProfilesResponse,PutIntegrationResponse,PutProfileObjectResponse,PutProfileObjectTypeResponse,SearchProfilesResponse,TagResourceResponse,UntagResourceResponse,UpdateCalculatedAttributeDefinitionResponse,UpdateDomainResponse,UpdateProfileResponse
@Generated("software.amazon.awssdk:codegen") public abstract class CustomerProfilesResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomerProfilesResponse.Builderprotected static classCustomerProfilesResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedCustomerProfilesResponse(CustomerProfilesResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerProfilesResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Constructor Detail
-
CustomerProfilesResponse
protected CustomerProfilesResponse(CustomerProfilesResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public CustomerProfilesResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-