Class AccountSummary
- java.lang.Object
-
- software.amazon.awssdk.services.partnercentralselling.model.AccountSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccountSummary.Builder,AccountSummary>
@Generated("software.amazon.awssdk:codegen") public final class AccountSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountSummary.Builder,AccountSummary>
An object that contains an
Account's subset of fields.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccountSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressSummaryaddress()Specifies the endCustomer's address details associated with theOpportunity.static AccountSummary.Builderbuilder()StringcompanyName()Specifies the endCustomer's company name associated with theOpportunity.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Industryindustry()Specifies which industry the endCustomerbelongs to associated with theOpportunity.StringindustryAsString()Specifies which industry the endCustomerbelongs to associated with theOpportunity.StringotherIndustry()Specifies the endCustomer's industry associated with theOpportunity, when the selected value in theIndustryfield isOther.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AccountSummary.Builder>serializableBuilderClass()AccountSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringwebsiteUrl()Specifies the end customer's company website URL associated with theOpportunity.-
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
-
address
public final AddressSummary address()
Specifies the end
Customer's address details associated with theOpportunity.- Returns:
- Specifies the end
Customer's address details associated with theOpportunity.
-
companyName
public final String companyName()
Specifies the end
Customer's company name associated with theOpportunity.- Returns:
- Specifies the end
Customer's company name associated with theOpportunity.
-
industry
public final Industry industry()
Specifies which industry the end
Customerbelongs to associated with theOpportunity. It refers to the category or sector that the customer's business operates in.To submit a value outside the picklist, use
Other.Conditionally mandatory if
Otheris selected for Industry Vertical in LOVs.If the service returns an enum value that is not available in the current SDK version,
industrywill returnIndustry.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromindustryAsString().- Returns:
- Specifies which industry the end
Customerbelongs to associated with theOpportunity. It refers to the category or sector that the customer's business operates in.To submit a value outside the picklist, use
Other.Conditionally mandatory if
Otheris selected for Industry Vertical in LOVs. - See Also:
Industry
-
industryAsString
public final String industryAsString()
Specifies which industry the end
Customerbelongs to associated with theOpportunity. It refers to the category or sector that the customer's business operates in.To submit a value outside the picklist, use
Other.Conditionally mandatory if
Otheris selected for Industry Vertical in LOVs.If the service returns an enum value that is not available in the current SDK version,
industrywill returnIndustry.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromindustryAsString().- Returns:
- Specifies which industry the end
Customerbelongs to associated with theOpportunity. It refers to the category or sector that the customer's business operates in.To submit a value outside the picklist, use
Other.Conditionally mandatory if
Otheris selected for Industry Vertical in LOVs. - See Also:
Industry
-
otherIndustry
public final String otherIndustry()
Specifies the end
Customer's industry associated with theOpportunity, when the selected value in theIndustryfield isOther. This field is relevant when the customer's industry doesn't fall under the predefined picklist values and requires a custom description.- Returns:
- Specifies the end
Customer's industry associated with theOpportunity, when the selected value in theIndustryfield isOther. This field is relevant when the customer's industry doesn't fall under the predefined picklist values and requires a custom description.
-
websiteUrl
public final String websiteUrl()
Specifies the end customer's company website URL associated with the
Opportunity. This value is crucial to map the customer within the Amazon Web Services CRM system.- Returns:
- Specifies the end customer's company website URL associated with the
Opportunity. This value is crucial to map the customer within the Amazon Web Services CRM system.
-
toBuilder
public AccountSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccountSummary.Builder,AccountSummary>
-
builder
public static AccountSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccountSummary.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
-
-