@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetDevEndpointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetDevEndpointsResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetDevEndpointsResult |
clone() |
boolean |
equals(Object obj) |
List<DevEndpoint> |
getDevEndpoints()
A list of
DevEndpoint definitions. |
List<String> |
getDevEndpointsNotFound()
A list of
DevEndpoints not found. |
int |
hashCode() |
void |
setDevEndpoints(Collection<DevEndpoint> devEndpoints)
A list of
DevEndpoint definitions. |
void |
setDevEndpointsNotFound(Collection<String> devEndpointsNotFound)
A list of
DevEndpoints not found. |
String |
toString()
Returns a string representation of this object.
|
BatchGetDevEndpointsResult |
withDevEndpoints(Collection<DevEndpoint> devEndpoints)
A list of
DevEndpoint definitions. |
BatchGetDevEndpointsResult |
withDevEndpoints(DevEndpoint... devEndpoints)
A list of
DevEndpoint definitions. |
BatchGetDevEndpointsResult |
withDevEndpointsNotFound(Collection<String> devEndpointsNotFound)
A list of
DevEndpoints not found. |
BatchGetDevEndpointsResult |
withDevEndpointsNotFound(String... devEndpointsNotFound)
A list of
DevEndpoints not found. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DevEndpoint> getDevEndpoints()
A list of DevEndpoint
definitions.
DevEndpoint
definitions.public void setDevEndpoints(Collection<DevEndpoint> devEndpoints)
A list of DevEndpoint
definitions.
devEndpoints
- A list of DevEndpoint
definitions.public BatchGetDevEndpointsResult withDevEndpoints(DevEndpoint... devEndpoints)
A list of DevEndpoint
definitions.
NOTE: This method appends the values to the existing list (if any). Use
setDevEndpoints(java.util.Collection)
or withDevEndpoints(java.util.Collection)
if you want to
override the existing values.
devEndpoints
- A list of DevEndpoint
definitions.public BatchGetDevEndpointsResult withDevEndpoints(Collection<DevEndpoint> devEndpoints)
A list of DevEndpoint
definitions.
devEndpoints
- A list of DevEndpoint
definitions.public List<String> getDevEndpointsNotFound()
A list of DevEndpoints
not found.
DevEndpoints
not found.public void setDevEndpointsNotFound(Collection<String> devEndpointsNotFound)
A list of DevEndpoints
not found.
devEndpointsNotFound
- A list of DevEndpoints
not found.public BatchGetDevEndpointsResult withDevEndpointsNotFound(String... devEndpointsNotFound)
A list of DevEndpoints
not found.
NOTE: This method appends the values to the existing list (if any). Use
setDevEndpointsNotFound(java.util.Collection)
or withDevEndpointsNotFound(java.util.Collection)
if you want to override the existing values.
devEndpointsNotFound
- A list of DevEndpoints
not found.public BatchGetDevEndpointsResult withDevEndpointsNotFound(Collection<String> devEndpointsNotFound)
A list of DevEndpoints
not found.
devEndpointsNotFound
- A list of DevEndpoints
not found.public String toString()
toString
in class Object
Object.toString()
public BatchGetDevEndpointsResult clone()