Class EngagementResourceAssociationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.partnercentralselling.model.EngagementResourceAssociationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EngagementResourceAssociationSummary.Builder,EngagementResourceAssociationSummary>
@Generated("software.amazon.awssdk:codegen") public final class EngagementResourceAssociationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EngagementResourceAssociationSummary.Builder,EngagementResourceAssociationSummary>
This provide a streamlined view of the relationships between engagements and resources. These summaries offer a crucial link between collaborative engagements and the specific resources involved, such as opportunities.These summaries are particularly valuable for partners navigating complex engagements with multiple resources. They enable quick insights into resource distribution across engagements, support efficient resource management, and help maintain a clear overview of collaborative activities.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEngagementResourceAssociationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EngagementResourceAssociationSummary.Builderbuilder()Stringcatalog()Indicates the environment in which the resource and engagement exist.StringcreatedBy()The AWS account ID of the entity that owns the resource.StringengagementId()A unique identifier for the engagement associated with the resource.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresourceId()A unique identifier for the specific resource.ResourceTyperesourceType()Categorizes the type of resource associated with the engagement.StringresourceTypeAsString()Categorizes the type of resource associated with the engagement.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EngagementResourceAssociationSummary.Builder>serializableBuilderClass()EngagementResourceAssociationSummary.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
-
catalog
public final String catalog()
Indicates the environment in which the resource and engagement exist.
- Returns:
- Indicates the environment in which the resource and engagement exist.
-
createdBy
public final String createdBy()
The AWS account ID of the entity that owns the resource. Identifies the account responsible for or having primary control over the resource.
- Returns:
- The AWS account ID of the entity that owns the resource. Identifies the account responsible for or having primary control over the resource.
-
engagementId
public final String engagementId()
A unique identifier for the engagement associated with the resource.
- Returns:
- A unique identifier for the engagement associated with the resource.
-
resourceId
public final String resourceId()
A unique identifier for the specific resource. Varies depending on the resource type.
- Returns:
- A unique identifier for the specific resource. Varies depending on the resource type.
-
resourceType
public final ResourceType resourceType()
Categorizes the type of resource associated with the engagement.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- Categorizes the type of resource associated with the engagement.
- See Also:
ResourceType
-
resourceTypeAsString
public final String resourceTypeAsString()
Categorizes the type of resource associated with the engagement.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- Categorizes the type of resource associated with the engagement.
- See Also:
ResourceType
-
toBuilder
public EngagementResourceAssociationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EngagementResourceAssociationSummary.Builder,EngagementResourceAssociationSummary>
-
builder
public static EngagementResourceAssociationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends EngagementResourceAssociationSummary.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
-
-