public class EndpointsResponse
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
EndpointsResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<EndpointResponse> |
getItem()
The list of endpoints.
|
int |
hashCode() |
void |
setItem(java.util.Collection<EndpointResponse> item)
The list of endpoints.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EndpointsResponse |
withItem(java.util.Collection<EndpointResponse> item)
The list of endpoints.
|
EndpointsResponse |
withItem(EndpointResponse... item)
The list of endpoints.
|
public java.util.List<EndpointResponse> getItem()
public void setItem(java.util.Collection<EndpointResponse> item)
item
- The list of endpoints.public EndpointsResponse withItem(EndpointResponse... item)
Returns a reference to this object so that method calls can be chained together.
item
- The list of endpoints.public EndpointsResponse withItem(java.util.Collection<EndpointResponse> item)
Returns a reference to this object so that method calls can be chained together.
item
- The list of endpoints.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.