Class InboundEmailContent
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.InboundEmailContent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InboundEmailContent.Builder,InboundEmailContent>
@Generated("software.amazon.awssdk:codegen") public final class InboundEmailContent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InboundEmailContent.Builder,InboundEmailContent>
Information about email body content.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInboundEmailContent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InboundEmailContent.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InboundMessageSourceTypemessageSourceType()The message source type, that is,RAW.StringmessageSourceTypeAsString()The message source type, that is,RAW.InboundRawMessagerawMessage()The raw email body content.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InboundEmailContent.Builder>serializableBuilderClass()InboundEmailContent.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
messageSourceType
public final InboundMessageSourceType messageSourceType()
The message source type, that is,
RAW.If the service returns an enum value that is not available in the current SDK version,
messageSourceTypewill returnInboundMessageSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommessageSourceTypeAsString().- Returns:
- The message source type, that is,
RAW. - See Also:
InboundMessageSourceType
-
messageSourceTypeAsString
public final String messageSourceTypeAsString()
The message source type, that is,
RAW.If the service returns an enum value that is not available in the current SDK version,
messageSourceTypewill returnInboundMessageSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommessageSourceTypeAsString().- Returns:
- The message source type, that is,
RAW. - See Also:
InboundMessageSourceType
-
rawMessage
public final InboundRawMessage rawMessage()
The raw email body content.
- Returns:
- The raw email body content.
-
toBuilder
public InboundEmailContent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InboundEmailContent.Builder,InboundEmailContent>
-
builder
public static InboundEmailContent.Builder builder()
-
serializableBuilderClass
public static Class<? extends InboundEmailContent.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-