@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndpointsResponse extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about all the endpoints that are associated with a user ID.
Constructor and Description |
---|
EndpointsResponse() |
Modifier and Type | Method and Description |
---|---|
EndpointsResponse |
clone() |
boolean |
equals(Object obj) |
List<EndpointResponse> |
getItem()
An array of responses, one for each endpoint that's associated with the user ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setItem(Collection<EndpointResponse> item)
An array of responses, one for each endpoint that's associated with the user ID.
|
String |
toString()
Returns a string representation of this object.
|
EndpointsResponse |
withItem(Collection<EndpointResponse> item)
An array of responses, one for each endpoint that's associated with the user ID.
|
EndpointsResponse |
withItem(EndpointResponse... item)
An array of responses, one for each endpoint that's associated with the user ID.
|
public List<EndpointResponse> getItem()
An array of responses, one for each endpoint that's associated with the user ID.
public void setItem(Collection<EndpointResponse> item)
An array of responses, one for each endpoint that's associated with the user ID.
item
- An array of responses, one for each endpoint that's associated with the user ID.public EndpointsResponse withItem(EndpointResponse... item)
An array of responses, one for each endpoint that's associated with the user ID.
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
- An array of responses, one for each endpoint that's associated with the user ID.public EndpointsResponse withItem(Collection<EndpointResponse> item)
An array of responses, one for each endpoint that's associated with the user ID.
item
- An array of responses, one for each endpoint that's associated with the user ID.public String toString()
toString
in class Object
Object.toString()
public EndpointsResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.