@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateThemeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateThemeRequest() |
Modifier and Type | Method and Description |
---|---|
CreateThemeRequest |
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 associated with the theme.
|
String |
getClientToken()
The unique client token.
|
String |
getEnvironmentName()
The name of the backend environment that is a part of the Amplify app.
|
CreateThemeData |
getThemeToCreate()
Represents the configuration of the theme to create.
|
int |
hashCode() |
void |
setAppId(String appId)
The unique ID of the Amplify app associated with the theme.
|
void |
setClientToken(String clientToken)
The unique client token.
|
void |
setEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
void |
setThemeToCreate(CreateThemeData themeToCreate)
Represents the configuration of the theme to create.
|
String |
toString()
Returns a string representation of this object.
|
CreateThemeRequest |
withAppId(String appId)
The unique ID of the Amplify app associated with the theme.
|
CreateThemeRequest |
withClientToken(String clientToken)
The unique client token.
|
CreateThemeRequest |
withEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
CreateThemeRequest |
withThemeToCreate(CreateThemeData themeToCreate)
Represents the configuration of the theme to create.
|
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 associated with the theme.
appId
- The unique ID of the Amplify app associated with the theme.public String getAppId()
The unique ID of the Amplify app associated with the theme.
public CreateThemeRequest withAppId(String appId)
The unique ID of the Amplify app associated with the theme.
appId
- The unique ID of the Amplify app associated with the theme.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 CreateThemeRequest 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 CreateThemeRequest withClientToken(String clientToken)
The unique client token.
clientToken
- The unique client token.public void setThemeToCreate(CreateThemeData themeToCreate)
Represents the configuration of the theme to create.
themeToCreate
- Represents the configuration of the theme to create.public CreateThemeData getThemeToCreate()
Represents the configuration of the theme to create.
public CreateThemeRequest withThemeToCreate(CreateThemeData themeToCreate)
Represents the configuration of the theme to create.
themeToCreate
- Represents the configuration of the theme to create.public String toString()
toString
in class Object
Object.toString()
public CreateThemeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()