@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateThemeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateThemeRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateThemeRequest |
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 theme.
|
UpdateThemeData |
getUpdatedTheme()
The configuration of the updated theme.
|
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 theme.
|
void |
setUpdatedTheme(UpdateThemeData updatedTheme)
The configuration of the updated theme.
|
String |
toString()
Returns a string representation of this object.
|
UpdateThemeRequest |
withAppId(String appId)
The unique ID for the Amplify app.
|
UpdateThemeRequest |
withClientToken(String clientToken)
The unique client token.
|
UpdateThemeRequest |
withEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
UpdateThemeRequest |
withId(String id)
The unique ID for the theme.
|
UpdateThemeRequest |
withUpdatedTheme(UpdateThemeData updatedTheme)
The configuration of the updated theme.
|
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 UpdateThemeRequest 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 UpdateThemeRequest 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 theme.
id
- The unique ID for the theme.public String getId()
The unique ID for the theme.
public UpdateThemeRequest withId(String id)
The unique ID for the theme.
id
- The unique ID for the theme.public void setClientToken(String clientToken)
The unique client token.
clientToken
- The unique client token.public String getClientToken()
The unique client token.
public UpdateThemeRequest withClientToken(String clientToken)
The unique client token.
clientToken
- The unique client token.public void setUpdatedTheme(UpdateThemeData updatedTheme)
The configuration of the updated theme.
updatedTheme
- The configuration of the updated theme.public UpdateThemeData getUpdatedTheme()
The configuration of the updated theme.
public UpdateThemeRequest withUpdatedTheme(UpdateThemeData updatedTheme)
The configuration of the updated theme.
updatedTheme
- The configuration of the updated theme.public String toString()
toString
in class Object
Object.toString()
public UpdateThemeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()