Class RejectEngagementInvitationRequest
- 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.RejectEngagementInvitationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<RejectEngagementInvitationRequest.Builder,RejectEngagementInvitationRequest>
@Generated("software.amazon.awssdk:codegen") public final class RejectEngagementInvitationRequest extends PartnerCentralSellingRequest implements ToCopyableBuilder<RejectEngagementInvitationRequest.Builder,RejectEngagementInvitationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRejectEngagementInvitationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RejectEngagementInvitationRequest.Builderbuilder()Stringcatalog()This is the catalog that's associated with the engagement invitation.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringidentifier()This is the unique identifier of the rejectedEngagementInvitation.StringrejectionReason()This describes the reason for rejecting the engagement invitation, which helps AWS track usage patterns.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RejectEngagementInvitationRequest.Builder>serializableBuilderClass()RejectEngagementInvitationRequest.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()
This is the catalog that's associated with the engagement invitation. Acceptable values are
AWSorSandbox, and these values determine the environment in which the opportunity is managed.- Returns:
- This is the catalog that's associated with the engagement invitation. Acceptable values are
AWSorSandbox, and these values determine the environment in which the opportunity is managed.
-
identifier
public final String identifier()
This is the unique identifier of the rejected
EngagementInvitation. Providing the correct identifier helps to ensure that the intended invitation is rejected.- Returns:
- This is the unique identifier of the rejected
EngagementInvitation. Providing the correct identifier helps to ensure that the intended invitation is rejected.
-
rejectionReason
public final String rejectionReason()
This describes the reason for rejecting the engagement invitation, which helps AWS track usage patterns. Acceptable values include the following:
-
Customer problem unclear: The customer's problem isn't understood.
-
Next steps unclear: The next steps required to proceed aren't understood.
-
Unable to support: The partner is unable to provide support due to resource or capability constraints.
-
Duplicate of partner referral: The opportunity is a duplicate of an existing referral.
-
Other: Any reason not covered by other values.
- Returns:
- This describes the reason for rejecting the engagement invitation, which helps AWS track usage patterns.
Acceptable values include the following:
-
Customer problem unclear: The customer's problem isn't understood.
-
Next steps unclear: The next steps required to proceed aren't understood.
-
Unable to support: The partner is unable to provide support due to resource or capability constraints.
-
Duplicate of partner referral: The opportunity is a duplicate of an existing referral.
-
Other: Any reason not covered by other values.
-
-
-
toBuilder
public RejectEngagementInvitationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RejectEngagementInvitationRequest.Builder,RejectEngagementInvitationRequest>- Specified by:
toBuilderin classPartnerCentralSellingRequest
-
builder
public static RejectEngagementInvitationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends RejectEngagementInvitationRequest.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
-
-