Class UpdateProfileRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.b2bi.model.B2BiRequest
-
- software.amazon.awssdk.services.b2bi.model.UpdateProfileRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateProfileRequest.Builder,UpdateProfileRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateProfileRequest extends B2BiRequest implements ToCopyableBuilder<UpdateProfileRequest.Builder,UpdateProfileRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateProfileRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateProfileRequest.Builderbuilder()StringbusinessName()Specifies the name for the business associated with this profile.Stringemail()Specifies the email address associated with this customer profile.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the profile, used to identify it.Stringphone()Specifies the phone number associated with the profile.StringprofileId()Specifies the unique, system-generated identifier for the profile.List<SdkField<?>>sdkFields()static Class<? extends UpdateProfileRequest.Builder>serializableBuilderClass()UpdateProfileRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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()
Specifies the unique, system-generated identifier for the profile.
- Returns:
- Specifies the unique, system-generated identifier for the profile.
-
name
public final String name()
The name of the profile, used to identify it.
- Returns:
- The name of the profile, used to identify it.
-
email
public final String email()
Specifies the email address associated with this customer profile.
- Returns:
- Specifies the email address associated with this customer profile.
-
phone
public final String phone()
Specifies the phone number associated with the profile.
- Returns:
- Specifies the phone number associated with the profile.
-
businessName
public final String businessName()
Specifies the name for the business associated with this profile.
- Returns:
- Specifies the name for the business associated with this profile.
-
toBuilder
public UpdateProfileRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateProfileRequest.Builder,UpdateProfileRequest>- Specified by:
toBuilderin classB2BiRequest
-
builder
public static UpdateProfileRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateProfileRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-