@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportThemesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExportThemesResult() |
Modifier and Type | Method and Description |
---|---|
ExportThemesResult |
clone() |
boolean |
equals(Object obj) |
List<Theme> |
getEntities()
Represents the configuration of the exported themes.
|
int |
hashCode() |
void |
setEntities(Collection<Theme> entities)
Represents the configuration of the exported themes.
|
String |
toString()
Returns a string representation of this object.
|
ExportThemesResult |
withEntities(Collection<Theme> entities)
Represents the configuration of the exported themes.
|
ExportThemesResult |
withEntities(Theme... entities)
Represents the configuration of the exported themes.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Theme> getEntities()
Represents the configuration of the exported themes.
public void setEntities(Collection<Theme> entities)
Represents the configuration of the exported themes.
entities
- Represents the configuration of the exported themes.public ExportThemesResult withEntities(Theme... entities)
Represents the configuration of the exported themes.
NOTE: This method appends the values to the existing list (if any). Use
setEntities(java.util.Collection)
or withEntities(java.util.Collection)
if you want to override
the existing values.
entities
- Represents the configuration of the exported themes.public ExportThemesResult withEntities(Collection<Theme> entities)
Represents the configuration of the exported themes.
entities
- Represents the configuration of the exported themes.public String toString()
toString
in class Object
Object.toString()
public ExportThemesResult clone()