Class CreateEngagementInvitationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingRequest
-
- software.amazon.awssdk.services.partnercentralselling.model.CreateEngagementInvitationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateEngagementInvitationRequest.Builder,CreateEngagementInvitationRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateEngagementInvitationRequest extends PartnerCentralSellingRequest implements ToCopyableBuilder<CreateEngagementInvitationRequest.Builder,CreateEngagementInvitationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateEngagementInvitationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateEngagementInvitationRequest.Builderbuilder()Stringcatalog()Specifies the catalog related to the engagement.StringclientToken()Specifies a unique, client-generated UUID to ensure that the request is handled exactly once.StringengagementIdentifier()The unique identifier of theEngagementassociated with the invitation.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Invitationinvitation()TheInvitationobject all information necessary to initiate an engagement invitation to a partner.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CreateEngagementInvitationRequest.Builder>serializableBuilderClass()CreateEngagementInvitationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
catalog
public final String catalog()
Specifies the catalog related to the engagement. Accepted values are
AWSandSandbox, which determine the environment in which the engagement is managed.- Returns:
- Specifies the catalog related to the engagement. Accepted values are
AWSandSandbox, which determine the environment in which the engagement is managed.
-
clientToken
public final String clientToken()
Specifies a unique, client-generated UUID to ensure that the request is handled exactly once. This token helps prevent duplicate invitation creations.
- Returns:
- Specifies a unique, client-generated UUID to ensure that the request is handled exactly once. This token helps prevent duplicate invitation creations.
-
engagementIdentifier
public final String engagementIdentifier()
The unique identifier of the
Engagementassociated with the invitation. This parameter ensures the invitation is created within the correctEngagementcontext.- Returns:
- The unique identifier of the
Engagementassociated with the invitation. This parameter ensures the invitation is created within the correctEngagementcontext.
-
invitation
public final Invitation invitation()
The
Invitationobject all information necessary to initiate an engagement invitation to a partner. It contains a personalized message from the sender, the invitation's receiver, and a payload. ThePayloadcan be theOpportunityInvitation, which includes detailed structures for sender contacts, partner responsibilities, customer information, and project details.- Returns:
- The
Invitationobject all information necessary to initiate an engagement invitation to a partner. It contains a personalized message from the sender, the invitation's receiver, and a payload. ThePayloadcan be theOpportunityInvitation, which includes detailed structures for sender contacts, partner responsibilities, customer information, and project details.
-
toBuilder
public CreateEngagementInvitationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateEngagementInvitationRequest.Builder,CreateEngagementInvitationRequest>- Specified by:
toBuilderin classPartnerCentralSellingRequest
-
builder
public static CreateEngagementInvitationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateEngagementInvitationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-