@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDevEndpointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDevEndpointsResult() |
Modifier and Type | Method and Description |
---|---|
ListDevEndpointsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDevEndpointNames()
The names of all the
DevEndpoint s in the account, or the DevEndpoint s with the
specified tags. |
String |
getNextToken()
A continuation token, if the returned list does not contain the last metric available.
|
int |
hashCode() |
void |
setDevEndpointNames(Collection<String> devEndpointNames)
The names of all the
DevEndpoint s in the account, or the DevEndpoint s with the
specified tags. |
void |
setNextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
|
String |
toString()
Returns a string representation of this object.
|
ListDevEndpointsResult |
withDevEndpointNames(Collection<String> devEndpointNames)
The names of all the
DevEndpoint s in the account, or the DevEndpoint s with the
specified tags. |
ListDevEndpointsResult |
withDevEndpointNames(String... devEndpointNames)
The names of all the
DevEndpoint s in the account, or the DevEndpoint s with the
specified tags. |
ListDevEndpointsResult |
withNextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getDevEndpointNames()
The names of all the DevEndpoint
s in the account, or the DevEndpoint
s with the
specified tags.
DevEndpoint
s in the account, or the DevEndpoint
s with the
specified tags.public void setDevEndpointNames(Collection<String> devEndpointNames)
The names of all the DevEndpoint
s in the account, or the DevEndpoint
s with the
specified tags.
devEndpointNames
- The names of all the DevEndpoint
s in the account, or the DevEndpoint
s with the
specified tags.public ListDevEndpointsResult withDevEndpointNames(String... devEndpointNames)
The names of all the DevEndpoint
s in the account, or the DevEndpoint
s with the
specified tags.
NOTE: This method appends the values to the existing list (if any). Use
setDevEndpointNames(java.util.Collection)
or withDevEndpointNames(java.util.Collection)
if you
want to override the existing values.
devEndpointNames
- The names of all the DevEndpoint
s in the account, or the DevEndpoint
s with the
specified tags.public ListDevEndpointsResult withDevEndpointNames(Collection<String> devEndpointNames)
The names of all the DevEndpoint
s in the account, or the DevEndpoint
s with the
specified tags.
devEndpointNames
- The names of all the DevEndpoint
s in the account, or the DevEndpoint
s with the
specified tags.public void setNextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
nextToken
- A continuation token, if the returned list does not contain the last metric available.public String getNextToken()
A continuation token, if the returned list does not contain the last metric available.
public ListDevEndpointsResult withNextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
nextToken
- A continuation token, if the returned list does not contain the last metric available.public String toString()
toString
in class Object
Object.toString()
public ListDevEndpointsResult clone()