@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportComponentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExportComponentsResult() |
Modifier and Type | Method and Description |
---|---|
ExportComponentsResult |
clone() |
boolean |
equals(Object obj) |
List<Component> |
getEntities()
Represents the configuration of the exported components.
|
int |
hashCode() |
void |
setEntities(Collection<Component> entities)
Represents the configuration of the exported components.
|
String |
toString()
Returns a string representation of this object.
|
ExportComponentsResult |
withEntities(Collection<Component> entities)
Represents the configuration of the exported components.
|
ExportComponentsResult |
withEntities(Component... entities)
Represents the configuration of the exported components.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Component> getEntities()
Represents the configuration of the exported components.
public void setEntities(Collection<Component> entities)
Represents the configuration of the exported components.
entities
- Represents the configuration of the exported components.public ExportComponentsResult withEntities(Component... entities)
Represents the configuration of the exported components.
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 components.public ExportComponentsResult withEntities(Collection<Component> entities)
Represents the configuration of the exported components.
entities
- Represents the configuration of the exported components.public String toString()
toString
in class Object
Object.toString()
public ExportComponentsResult clone()