Class LocalizedContent
java.lang.Object
software.amazon.awssdk.services.partnercentralaccount.model.LocalizedContent
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LocalizedContent.Builder,LocalizedContent>
@Generated("software.amazon.awssdk:codegen")
public final class LocalizedContent
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<LocalizedContent.Builder,LocalizedContent>
Contains localized content for a partner profile in a specific language or locale.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalizedContent.Builderbuilder()final StringThe localized description of the partner's business and services.final StringThe localized display name for the partner.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringlocale()The locale or language code for the localized content.final StringlogoUrl()The URL to the partner's logo image for this locale.static Class<? extends LocalizedContent.Builder> 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 StringThe localized website URL for the partner.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
displayName
The localized display name for the partner.
- Returns:
- The localized display name for the partner.
-
description
The localized description of the partner's business and services.
- Returns:
- The localized description of the partner's business and services.
-
websiteUrl
The localized website URL for the partner.
- Returns:
- The localized website URL for the partner.
-
logoUrl
The URL to the partner's logo image for this locale.
- Returns:
- The URL to the partner's logo image for this locale.
-
locale
The locale or language code for the localized content.
- Returns:
- The locale or language code for the localized content.
-
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<LocalizedContent.Builder,LocalizedContent> - 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.
-