Class ListEngagementByAcceptingInvitationTaskSummary
- java.lang.Object
-
- software.amazon.awssdk.services.partnercentralselling.model.ListEngagementByAcceptingInvitationTaskSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListEngagementByAcceptingInvitationTaskSummary.Builder,ListEngagementByAcceptingInvitationTaskSummary>
@Generated("software.amazon.awssdk:codegen") public final class ListEngagementByAcceptingInvitationTaskSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListEngagementByAcceptingInvitationTaskSummary.Builder,ListEngagementByAcceptingInvitationTaskSummary>
Specifies a subset of fields associated with tasks related to accepting an engagement invitation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListEngagementByAcceptingInvitationTaskSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListEngagementByAcceptingInvitationTaskSummary.Builderbuilder()StringengagementInvitationId()The unique identifier of the engagement invitation that was accepted.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()Detailed message describing the failure and possible recovery steps.StringopportunityId()Unique identifier of opportunity that was created.ReasonCodereasonCode()A code pointing to the specific reason for the failure.StringreasonCodeAsString()A code pointing to the specific reason for the failure.StringresourceSnapshotJobId()Unique identifier of the resource snapshot job that was created.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListEngagementByAcceptingInvitationTaskSummary.Builder>serializableBuilderClass()InstantstartTime()Task start timestamp.StringtaskArn()The Amazon Resource Name (ARN) that uniquely identifies the task.StringtaskId()Unique identifier of the task.TaskStatustaskStatus()Status of the task.StringtaskStatusAsString()Status of the task.ListEngagementByAcceptingInvitationTaskSummary.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
-
engagementInvitationId
public final String engagementInvitationId()
The unique identifier of the engagement invitation that was accepted.
- Returns:
- The unique identifier of the engagement invitation that was accepted.
-
message
public final String message()
Detailed message describing the failure and possible recovery steps.
- Returns:
- Detailed message describing the failure and possible recovery steps.
-
opportunityId
public final String opportunityId()
Unique identifier of opportunity that was created.
- Returns:
- Unique identifier of opportunity that was created.
-
reasonCode
public final ReasonCode reasonCode()
A code pointing to the specific reason for the failure.
If the service returns an enum value that is not available in the current SDK version,
reasonCodewill returnReasonCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreasonCodeAsString().- Returns:
- A code pointing to the specific reason for the failure.
- See Also:
ReasonCode
-
reasonCodeAsString
public final String reasonCodeAsString()
A code pointing to the specific reason for the failure.
If the service returns an enum value that is not available in the current SDK version,
reasonCodewill returnReasonCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreasonCodeAsString().- Returns:
- A code pointing to the specific reason for the failure.
- See Also:
ReasonCode
-
resourceSnapshotJobId
public final String resourceSnapshotJobId()
Unique identifier of the resource snapshot job that was created.
- Returns:
- Unique identifier of the resource snapshot job that was created.
-
startTime
public final Instant startTime()
Task start timestamp.
- Returns:
- Task start timestamp.
-
taskArn
public final String taskArn()
The Amazon Resource Name (ARN) that uniquely identifies the task.
- Returns:
- The Amazon Resource Name (ARN) that uniquely identifies the task.
-
taskId
public final String taskId()
Unique identifier of the task.
- Returns:
- Unique identifier of the task.
-
taskStatus
public final TaskStatus taskStatus()
Status of the task.
If the service returns an enum value that is not available in the current SDK version,
taskStatuswill returnTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtaskStatusAsString().- Returns:
- Status of the task.
- See Also:
TaskStatus
-
taskStatusAsString
public final String taskStatusAsString()
Status of the task.
If the service returns an enum value that is not available in the current SDK version,
taskStatuswill returnTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtaskStatusAsString().- Returns:
- Status of the task.
- See Also:
TaskStatus
-
toBuilder
public ListEngagementByAcceptingInvitationTaskSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListEngagementByAcceptingInvitationTaskSummary.Builder,ListEngagementByAcceptingInvitationTaskSummary>
-
builder
public static ListEngagementByAcceptingInvitationTaskSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListEngagementByAcceptingInvitationTaskSummary.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
-
-