Class ProspectingTaskSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProspectingTaskSummary.Builder,ProspectingTaskSummary>
A summary of a single prospecting task, returned by ListProspectingFromEngagementTasks. Contains key
metrics and status information without the full per-engagement detail available from
GetProspectingFromEngagementTask.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final IntegerThe number of engagements that have been successfully converted into prospecting leads.final InstantendTime()The timestamp indicating when the task finished processing.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final IntegerThe number of engagements that failed to be converted.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends ProspectingTaskSummary.Builder> final InstantThe timestamp indicating when the task was initiated.final StringtaskArn()The Amazon Resource Name (ARN) of the task.final StringtaskId()The unique identifier of the task.final StringtaskName()The descriptive name of the task provided when it was created.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final IntegerThe total number of engagements included in the task.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
taskId
The unique identifier of the task. Use this value with
GetProspectingFromEngagementTaskto retrieve full task details.- Returns:
- The unique identifier of the task. Use this value with
GetProspectingFromEngagementTaskto retrieve full task details.
-
taskArn
The Amazon Resource Name (ARN) of the task.
- Returns:
- The Amazon Resource Name (ARN) of the task.
-
taskName
The descriptive name of the task provided when it was created.
- Returns:
- The descriptive name of the task provided when it was created.
-
startTime
The timestamp indicating when the task was initiated. The format follows ISO 8601 date-time notation.
- Returns:
- The timestamp indicating when the task was initiated. The format follows ISO 8601 date-time notation.
-
endTime
The timestamp indicating when the task finished processing. This field is absent if the task is still in progress. The format follows ISO 8601 date-time notation.
- Returns:
- The timestamp indicating when the task finished processing. This field is absent if the task is still in progress. The format follows ISO 8601 date-time notation.
-
totalEngagementCount
The total number of engagements included in the task.
- Returns:
- The total number of engagements included in the task.
-
completedEngagementCount
The number of engagements that have been successfully converted into prospecting leads.
- Returns:
- The number of engagements that have been successfully converted into prospecting leads.
-
failedEngagementCount
The number of engagements that failed to be converted. Retrieve the full task details using
GetProspectingFromEngagementTaskfor per-engagement error information.- Returns:
- The number of engagements that failed to be converted. Retrieve the full task details using
GetProspectingFromEngagementTaskfor per-engagement error information.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ProspectingTaskSummary.Builder,ProspectingTaskSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-