Class GetConfigurationSetResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetConfigurationSetResponse.Builder,GetConfigurationSetResponse>
Information about a configuration set.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal ArchivingOptionsAn object that defines the MailManager archive where sent emails are archived that you send using the configuration set.builder()final StringThe name of the configuration set.final DeliveryOptionsAn object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.final ReputationOptionsAn object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.final SendingOptionsAn object that defines whether or not Amazon SES can send email that you send using the configuration set.static Class<? extends GetConfigurationSetResponse.Builder>final SuppressionOptionsAn object that contains information about the suppression list preferences for your account or for a specific tenant.tags()An array of objects that define the tags (keys and values) that are associated with the configuration set.final StringtoString()Returns a string representation of this object.final TrackingOptionsAn object that defines the open and click tracking options for emails that you send using the configuration set.final VdmOptionsAn object that contains information about the VDM preferences for your configuration set.Methods inherited from class software.amazon.awssdk.services.sesv2.model.SesV2Response
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods 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
-
configurationSetName
The name of the configuration set.
- Returns:
- The name of the configuration set.
-
trackingOptions
An object that defines the open and click tracking options for emails that you send using the configuration set.
- Returns:
- An object that defines the open and click tracking options for emails that you send using the configuration set.
-
deliveryOptions
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
- Returns:
- An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
-
reputationOptions
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
- Returns:
- An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
-
sendingOptions
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
- Returns:
- An object that defines whether or not Amazon SES can send email that you send using the configuration set.
-
hasTags
public final boolean hasTags()For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
tags
An array of objects that define the tags (keys and values) that are associated with the configuration set.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasTags()method.- Returns:
- An array of objects that define the tags (keys and values) that are associated with the configuration set.
-
suppressionOptions
An object that contains information about the suppression list preferences for your account or for a specific tenant.
- Returns:
- An object that contains information about the suppression list preferences for your account or for a specific tenant.
-
vdmOptions
An object that contains information about the VDM preferences for your configuration set.
- Returns:
- An object that contains information about the VDM preferences for your configuration set.
-
archivingOptions
An object that defines the MailManager archive where sent emails are archived that you send using the configuration set.
- Returns:
- An object that defines the MailManager archive where sent emails are archived that you send using the configuration set.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetConfigurationSetResponse.Builder,GetConfigurationSetResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
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 classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-