@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThemeSummary extends Object implements Serializable, Cloneable, StructuredPojo
Describes the basic information about a theme.
Constructor and Description |
---|
ThemeSummary() |
Modifier and Type | Method and Description |
---|---|
ThemeSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAppId()
The unique ID for the app associated with the theme summary.
|
String |
getEnvironmentName()
The name of the backend environment that is part of the Amplify app.
|
String |
getId()
The ID of the theme.
|
String |
getName()
The name of the theme.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAppId(String appId)
The unique ID for the app associated with the theme summary.
|
void |
setEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
void |
setId(String id)
The ID of the theme.
|
void |
setName(String name)
The name of the theme.
|
String |
toString()
Returns a string representation of this object.
|
ThemeSummary |
withAppId(String appId)
The unique ID for the app associated with the theme summary.
|
ThemeSummary |
withEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
ThemeSummary |
withId(String id)
The ID of the theme.
|
ThemeSummary |
withName(String name)
The name of the theme.
|
public void setAppId(String appId)
The unique ID for the app associated with the theme summary.
appId
- The unique ID for the app associated with the theme summary.public String getAppId()
The unique ID for the app associated with the theme summary.
public ThemeSummary withAppId(String appId)
The unique ID for the app associated with the theme summary.
appId
- The unique ID for the app associated with the theme summary.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 ThemeSummary 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 ID of the theme.
id
- The ID of the theme.public String getId()
The ID of the theme.
public ThemeSummary withId(String id)
The ID of the theme.
id
- The ID of the theme.public void setName(String name)
The name of the theme.
name
- The name of the theme.public String getName()
The name of the theme.
public ThemeSummary withName(String name)
The name of the theme.
name
- The name of the theme.public String toString()
toString
in class Object
Object.toString()
public ThemeSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.