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