@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateComponentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateComponentRequest() |
Modifier and Type | Method and Description |
---|---|
CreateComponentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
The unique ID of the Amplify app to associate with the component.
|
String |
getClientToken()
The unique client token.
|
CreateComponentData |
getComponentToCreate()
Represents the configuration of the component to create.
|
String |
getEnvironmentName()
The name of the backend environment that is a part of the Amplify app.
|
int |
hashCode() |
void |
setAppId(String appId)
The unique ID of the Amplify app to associate with the component.
|
void |
setClientToken(String clientToken)
The unique client token.
|
void |
setComponentToCreate(CreateComponentData componentToCreate)
Represents the configuration of the component to create.
|
void |
setEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
String |
toString()
Returns a string representation of this object.
|
CreateComponentRequest |
withAppId(String appId)
The unique ID of the Amplify app to associate with the component.
|
CreateComponentRequest |
withClientToken(String clientToken)
The unique client token.
|
CreateComponentRequest |
withComponentToCreate(CreateComponentData componentToCreate)
Represents the configuration of the component to create.
|
CreateComponentRequest |
withEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAppId(String appId)
The unique ID of the Amplify app to associate with the component.
appId
- The unique ID of the Amplify app to associate with the component.public String getAppId()
The unique ID of the Amplify app to associate with the component.
public CreateComponentRequest withAppId(String appId)
The unique ID of the Amplify app to associate with the component.
appId
- The unique ID of the Amplify app to associate with the component.public void setEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
environmentName
- The name of the backend environment that is a part of the Amplify app.public String getEnvironmentName()
The name of the backend environment that is a part of the Amplify app.
public CreateComponentRequest withEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
environmentName
- The name of the backend environment that is a part of the Amplify app.public void setClientToken(String clientToken)
The unique client token.
clientToken
- The unique client token.public String getClientToken()
The unique client token.
public CreateComponentRequest withClientToken(String clientToken)
The unique client token.
clientToken
- The unique client token.public void setComponentToCreate(CreateComponentData componentToCreate)
Represents the configuration of the component to create.
componentToCreate
- Represents the configuration of the component to create.public CreateComponentData getComponentToCreate()
Represents the configuration of the component to create.
public CreateComponentRequest withComponentToCreate(CreateComponentData componentToCreate)
Represents the configuration of the component to create.
componentToCreate
- Represents the configuration of the component to create.public String toString()
toString
in class Object
Object.toString()
public CreateComponentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()