Class CreateComponentRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.amplifyuibuilder.model.AmplifyUiBuilderRequest
-
- software.amazon.awssdk.services.amplifyuibuilder.model.CreateComponentRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateComponentRequest.Builder,CreateComponentRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateComponentRequest extends AmplifyUiBuilderRequest implements ToCopyableBuilder<CreateComponentRequest.Builder,CreateComponentRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateComponentRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappId()The unique ID of the Amplify app to associate with the component.static CreateComponentRequest.Builderbuilder()StringclientToken()The unique client token.CreateComponentDatacomponentToCreate()Represents the configuration of the component to create.StringenvironmentName()The name of the backend environment that is a part of the Amplify app.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CreateComponentRequest.Builder>serializableBuilderClass()CreateComponentRequest.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
-
appId
public final String appId()
The unique ID of the Amplify app to associate with the component.
- Returns:
- The unique ID of the Amplify app to associate with the component.
-
environmentName
public final String environmentName()
The name of the backend environment that is a part of the Amplify app.
- Returns:
- The name of the backend environment that is a part of the Amplify app.
-
clientToken
public final String clientToken()
The unique client token.
- Returns:
- The unique client token.
-
componentToCreate
public final CreateComponentData componentToCreate()
Represents the configuration of the component to create.
- Returns:
- Represents the configuration of the component to create.
-
toBuilder
public CreateComponentRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateComponentRequest.Builder,CreateComponentRequest>- Specified by:
toBuilderin classAmplifyUiBuilderRequest
-
builder
public static CreateComponentRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateComponentRequest.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
-
-