Class SenderContact
- java.lang.Object
-
- software.amazon.awssdk.services.partnercentralselling.model.SenderContact
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SenderContact.Builder,SenderContact>
@Generated("software.amazon.awssdk:codegen") public final class SenderContact extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SenderContact.Builder,SenderContact>
An object that contains the details of the sender-provided contact person for the
EngagementInvitation.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSenderContact.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SenderContact.Builderbuilder()StringbusinessTitle()The sender-provided contact's title (job title or role) associated with theEngagementInvitation.Stringemail()The sender-provided contact's email address associated with theEngagementInvitation.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfirstName()The sender-provided contact's last name associated with theEngagementInvitation.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlastName()The sender-provided contact's first name associated with theEngagementInvitation.Stringphone()The sender-provided contact's phone number associated with theEngagementInvitation.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SenderContact.Builder>serializableBuilderClass()SenderContact.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
-
businessTitle
public final String businessTitle()
The sender-provided contact's title (job title or role) associated with the
EngagementInvitation.- Returns:
- The sender-provided contact's title (job title or role) associated with the
EngagementInvitation.
-
email
public final String email()
The sender-provided contact's email address associated with the
EngagementInvitation.- Returns:
- The sender-provided contact's email address associated with the
EngagementInvitation.
-
firstName
public final String firstName()
The sender-provided contact's last name associated with the
EngagementInvitation.- Returns:
- The sender-provided contact's last name associated with the
EngagementInvitation.
-
lastName
public final String lastName()
The sender-provided contact's first name associated with the
EngagementInvitation.- Returns:
- The sender-provided contact's first name associated with the
EngagementInvitation.
-
phone
public final String phone()
The sender-provided contact's phone number associated with the
EngagementInvitation.- Returns:
- The sender-provided contact's phone number associated with the
EngagementInvitation.
-
toBuilder
public SenderContact.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SenderContact.Builder,SenderContact>
-
builder
public static SenderContact.Builder builder()
-
serializableBuilderClass
public static Class<? extends SenderContact.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
-
-