@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.
|
String |
getNextToken()
The pagination token that's included if more results are available.
|
int |
hashCode() |
void |
setEntities(Collection<Theme> entities)
Represents the configuration of the exported themes.
|
void |
setNextToken(String nextToken)
The pagination token that's included if more results are available.
|
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.
|
ExportThemesResult |
withNextToken(String nextToken)
The pagination token that's included if more results are available.
|
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 void setNextToken(String nextToken)
The pagination token that's included if more results are available.
nextToken
- The pagination token that's included if more results are available.public String getNextToken()
The pagination token that's included if more results are available.
public ExportThemesResult withNextToken(String nextToken)
The pagination token that's included if more results are available.
nextToken
- The pagination token that's included if more results are available.public String toString()
toString
in class Object
Object.toString()
public ExportThemesResult clone()