Class ProfileSummary
- java.lang.Object
-
- software.amazon.awssdk.services.b2bi.model.ProfileSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProfileSummary.Builder,ProfileSummary>
@Generated("software.amazon.awssdk:codegen") public final class ProfileSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProfileSummary.Builder,ProfileSummary>
Contains the details for a profile. Profiles contain basic information about you and your business.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProfileSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProfileSummary.Builderbuilder()StringbusinessName()Returns the name for the business associated with this profile.InstantcreatedAt()Returns the timestamp for creation date and time of the profile.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Logginglogging()Specifies whether or not logging is enabled for this profile.StringloggingAsString()Specifies whether or not logging is enabled for this profile.StringlogGroupName()Returns the name of the logging group.InstantmodifiedAt()Returns the timestamp that identifies the most recent date and time that the profile was modified.Stringname()Returns the display name for profile.StringprofileId()Returns the unique, system-generated identifier for the profile.List<SdkField<?>>sdkFields()static Class<? extends ProfileSummary.Builder>serializableBuilderClass()ProfileSummary.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
-
profileId
public final String profileId()
Returns the unique, system-generated identifier for the profile.
- Returns:
- Returns the unique, system-generated identifier for the profile.
-
name
public final String name()
Returns the display name for profile.
- Returns:
- Returns the display name for profile.
-
businessName
public final String businessName()
Returns the name for the business associated with this profile.
- Returns:
- Returns the name for the business associated with this profile.
-
logging
public final Logging logging()
Specifies whether or not logging is enabled for this profile.
If the service returns an enum value that is not available in the current SDK version,
loggingwill returnLogging.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromloggingAsString().- Returns:
- Specifies whether or not logging is enabled for this profile.
- See Also:
Logging
-
loggingAsString
public final String loggingAsString()
Specifies whether or not logging is enabled for this profile.
If the service returns an enum value that is not available in the current SDK version,
loggingwill returnLogging.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromloggingAsString().- Returns:
- Specifies whether or not logging is enabled for this profile.
- See Also:
Logging
-
logGroupName
public final String logGroupName()
Returns the name of the logging group.
- Returns:
- Returns the name of the logging group.
-
createdAt
public final Instant createdAt()
Returns the timestamp for creation date and time of the profile.
- Returns:
- Returns the timestamp for creation date and time of the profile.
-
modifiedAt
public final Instant modifiedAt()
Returns the timestamp that identifies the most recent date and time that the profile was modified.
- Returns:
- Returns the timestamp that identifies the most recent date and time that the profile was modified.
-
toBuilder
public ProfileSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProfileSummary.Builder,ProfileSummary>
-
builder
public static ProfileSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProfileSummary.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.
-
-