@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateComponentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateComponentRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateComponentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
The unique ID for the Amplify app.
|
String |
getClientToken()
The unique client token.
|
String |
getEnvironmentName()
The name of the backend environment that is part of the Amplify app.
|
String |
getId()
The unique ID for the component.
|
UpdateComponentData |
getUpdatedComponent()
The configuration of the updated component.
|
int |
hashCode() |
void |
setAppId(String appId)
The unique ID for the Amplify app.
|
void |
setClientToken(String clientToken)
The unique client token.
|
void |
setEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
void |
setId(String id)
The unique ID for the component.
|
void |
setUpdatedComponent(UpdateComponentData updatedComponent)
The configuration of the updated component.
|
String |
toString()
Returns a string representation of this object.
|
UpdateComponentRequest |
withAppId(String appId)
The unique ID for the Amplify app.
|
UpdateComponentRequest |
withClientToken(String clientToken)
The unique client token.
|
UpdateComponentRequest |
withEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
UpdateComponentRequest |
withId(String id)
The unique ID for the component.
|
UpdateComponentRequest |
withUpdatedComponent(UpdateComponentData updatedComponent)
The configuration of the updated component.
|
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 for the Amplify app.
appId
- The unique ID for the Amplify app.public String getAppId()
The unique ID for the Amplify app.
public UpdateComponentRequest withAppId(String appId)
The unique ID for the Amplify app.
appId
- The unique ID for the Amplify app.public void setEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
environmentName
- The name of the backend environment that is part of the Amplify app.public String getEnvironmentName()
The name of the backend environment that is part of the Amplify app.
public UpdateComponentRequest withEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
environmentName
- The name of the backend environment that is part of the Amplify app.public void setId(String id)
The unique ID for the component.
id
- The unique ID for the component.public String getId()
The unique ID for the component.
public UpdateComponentRequest withId(String id)
The unique ID for the component.
id
- The unique ID for the component.public void setClientToken(String clientToken)
The unique client token.
clientToken
- The unique client token.public String getClientToken()
The unique client token.
public UpdateComponentRequest withClientToken(String clientToken)
The unique client token.
clientToken
- The unique client token.public void setUpdatedComponent(UpdateComponentData updatedComponent)
The configuration of the updated component.
updatedComponent
- The configuration of the updated component.public UpdateComponentData getUpdatedComponent()
The configuration of the updated component.
public UpdateComponentRequest withUpdatedComponent(UpdateComponentData updatedComponent)
The configuration of the updated component.
updatedComponent
- The configuration of the updated component.public String toString()
toString
in class Object
Object.toString()
public UpdateComponentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()