@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddEndpointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AddEndpointsResult() |
Modifier and Type | Method and Description |
---|---|
AddEndpointsResult |
clone() |
boolean |
equals(Object obj) |
List<EndpointDescription> |
getEndpointDescriptions()
The list of endpoint objects.
|
String |
getEndpointGroupArn()
The Amazon Resource Name (ARN) of the endpoint group.
|
int |
hashCode() |
void |
setEndpointDescriptions(Collection<EndpointDescription> endpointDescriptions)
The list of endpoint objects.
|
void |
setEndpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
|
String |
toString()
Returns a string representation of this object.
|
AddEndpointsResult |
withEndpointDescriptions(Collection<EndpointDescription> endpointDescriptions)
The list of endpoint objects.
|
AddEndpointsResult |
withEndpointDescriptions(EndpointDescription... endpointDescriptions)
The list of endpoint objects.
|
AddEndpointsResult |
withEndpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EndpointDescription> getEndpointDescriptions()
The list of endpoint objects.
public void setEndpointDescriptions(Collection<EndpointDescription> endpointDescriptions)
The list of endpoint objects.
endpointDescriptions
- The list of endpoint objects.public AddEndpointsResult withEndpointDescriptions(EndpointDescription... endpointDescriptions)
The list of endpoint objects.
NOTE: This method appends the values to the existing list (if any). Use
setEndpointDescriptions(java.util.Collection)
or withEndpointDescriptions(java.util.Collection)
if you want to override the existing values.
endpointDescriptions
- The list of endpoint objects.public AddEndpointsResult withEndpointDescriptions(Collection<EndpointDescription> endpointDescriptions)
The list of endpoint objects.
endpointDescriptions
- The list of endpoint objects.public void setEndpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
endpointGroupArn
- The Amazon Resource Name (ARN) of the endpoint group.public String getEndpointGroupArn()
The Amazon Resource Name (ARN) of the endpoint group.
public AddEndpointsResult withEndpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
endpointGroupArn
- The Amazon Resource Name (ARN) of the endpoint group.public String toString()
toString
in class Object
Object.toString()
public AddEndpointsResult clone()