Class CreateTenantResourceAssociationRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.sesv2.model.SesV2Request
software.amazon.awssdk.services.sesv2.model.CreateTenantResourceAssociationRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateTenantResourceAssociationRequest.Builder,CreateTenantResourceAssociationRequest>
@Generated("software.amazon.awssdk:codegen")
public final class CreateTenantResourceAssociationRequest
extends SesV2Request
implements ToCopyableBuilder<CreateTenantResourceAssociationRequest.Builder,CreateTenantResourceAssociationRequest>
Represents a request to associate a resource with a tenant.
Resources can be email identities, configuration sets, or email templates. When you associate a resource with a tenant, you can use that resource when sending emails on behalf of that tenant.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe Amazon Resource Name (ARN) of the resource to associate with the tenant.static Class<? extends CreateTenantResourceAssociationRequest.Builder>final StringThe name of the tenant to associate the resource with.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
tenantName
The name of the tenant to associate the resource with.
- Returns:
- The name of the tenant to associate the resource with.
-
resourceArn
The Amazon Resource Name (ARN) of the resource to associate with the tenant.
- Returns:
- The Amazon Resource Name (ARN) of the resource to associate with the tenant.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateTenantResourceAssociationRequest.Builder,CreateTenantResourceAssociationRequest> - Specified by:
toBuilderin classSesV2Request
-
builder
-
serializableBuilderClass
public static Class<? extends CreateTenantResourceAssociationRequest.Builder> serializableBuilderClass() -
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-