Class EngagementMemberSummary
- java.lang.Object
-
- software.amazon.awssdk.services.partnercentralselling.model.EngagementMemberSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EngagementMemberSummary.Builder,EngagementMemberSummary>
@Generated("software.amazon.awssdk:codegen") public final class EngagementMemberSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EngagementMemberSummary.Builder,EngagementMemberSummary>
The EngagementMemberSummary provides a snapshot of essential information about participants in an AWS Partner Central Engagement. This compact data structure encapsulates key details of each member, facilitating efficient collaboration and management within the Engagement.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEngagementMemberSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EngagementMemberSummary.Builderbuilder()StringcompanyName()The official name of the member's company or organization.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EngagementMemberSummary.Builder>serializableBuilderClass()EngagementMemberSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringwebsiteUrl()The URL of the member company's website.-
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
-
companyName
public final String companyName()
The official name of the member's company or organization.
- Returns:
- The official name of the member's company or organization.
-
websiteUrl
public final String websiteUrl()
The URL of the member company's website. This offers a way to find more information about the member organization and serves as an additional identifier.
- Returns:
- The URL of the member company's website. This offers a way to find more information about the member organization and serves as an additional identifier.
-
toBuilder
public EngagementMemberSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EngagementMemberSummary.Builder,EngagementMemberSummary>
-
builder
public static EngagementMemberSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends EngagementMemberSummary.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
-
-