@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDevEndpointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDevEndpointsResult() |
Modifier and Type | Method and Description |
---|---|
GetDevEndpointsResult |
clone() |
boolean |
equals(Object obj) |
List<DevEndpoint> |
getDevEndpoints()
A list of
DevEndpoint definitions. |
String |
getNextToken()
A continuation token, if not all
DevEndpoint definitions have yet been returned. |
int |
hashCode() |
void |
setDevEndpoints(Collection<DevEndpoint> devEndpoints)
A list of
DevEndpoint definitions. |
void |
setNextToken(String nextToken)
A continuation token, if not all
DevEndpoint definitions have yet been returned. |
String |
toString()
Returns a string representation of this object.
|
GetDevEndpointsResult |
withDevEndpoints(Collection<DevEndpoint> devEndpoints)
A list of
DevEndpoint definitions. |
GetDevEndpointsResult |
withDevEndpoints(DevEndpoint... devEndpoints)
A list of
DevEndpoint definitions. |
GetDevEndpointsResult |
withNextToken(String nextToken)
A continuation token, if not all
DevEndpoint definitions have yet been returned. |
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 GetDevEndpointsResult 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 GetDevEndpointsResult withDevEndpoints(Collection<DevEndpoint> devEndpoints)
A list of DevEndpoint
definitions.
devEndpoints
- A list of DevEndpoint
definitions.public void setNextToken(String nextToken)
A continuation token, if not all DevEndpoint
definitions have yet been returned.
nextToken
- A continuation token, if not all DevEndpoint
definitions have yet been returned.public String getNextToken()
A continuation token, if not all DevEndpoint
definitions have yet been returned.
DevEndpoint
definitions have yet been returned.public GetDevEndpointsResult withNextToken(String nextToken)
A continuation token, if not all DevEndpoint
definitions have yet been returned.
nextToken
- A continuation token, if not all DevEndpoint
definitions have yet been returned.public String toString()
toString
in class Object
Object.toString()
public GetDevEndpointsResult clone()