@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportFormsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExportFormsResult() |
Modifier and Type | Method and Description |
---|---|
ExportFormsResult |
clone() |
boolean |
equals(Object obj) |
List<Form> |
getEntities()
Represents the configuration of the exported forms.
|
String |
getNextToken()
The pagination token that's included if more results are available.
|
int |
hashCode() |
void |
setEntities(Collection<Form> entities)
Represents the configuration of the exported forms.
|
void |
setNextToken(String nextToken)
The pagination token that's included if more results are available.
|
String |
toString()
Returns a string representation of this object.
|
ExportFormsResult |
withEntities(Collection<Form> entities)
Represents the configuration of the exported forms.
|
ExportFormsResult |
withEntities(Form... entities)
Represents the configuration of the exported forms.
|
ExportFormsResult |
withNextToken(String nextToken)
The pagination token that's included if more results are available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Form> getEntities()
Represents the configuration of the exported forms.
public void setEntities(Collection<Form> entities)
Represents the configuration of the exported forms.
entities
- Represents the configuration of the exported forms.public ExportFormsResult withEntities(Form... entities)
Represents the configuration of the exported forms.
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 forms.public ExportFormsResult withEntities(Collection<Form> entities)
Represents the configuration of the exported forms.
entities
- Represents the configuration of the exported forms.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 ExportFormsResult 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 ExportFormsResult clone()