@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndpointsResponse extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
EndpointsResponse() |
Modifier and Type | Method and Description |
---|---|
EndpointsResponse |
clone() |
boolean |
equals(Object obj) |
List<EndpointResponse> |
getItem()
The list of endpoints.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setItem(Collection<EndpointResponse> item)
The list of endpoints.
|
String |
toString()
Returns a string representation of this object.
|
EndpointsResponse |
withItem(Collection<EndpointResponse> item)
The list of endpoints.
|
EndpointsResponse |
withItem(EndpointResponse... item)
The list of endpoints.
|
public List<EndpointResponse> getItem()
public void setItem(Collection<EndpointResponse> item)
item
- The list of endpoints.public EndpointsResponse withItem(EndpointResponse... item)
NOTE: This method appends the values to the existing list (if any). Use
setItem(java.util.Collection)
or withItem(java.util.Collection)
if you want to override the
existing values.
item
- The list of endpoints.public EndpointsResponse withItem(Collection<EndpointResponse> item)
item
- The list of endpoints.public String toString()
toString
in class Object
Object.toString()
public EndpointsResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.