@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDataflowEndpointGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateDataflowEndpointGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateDataflowEndpointGroupRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateDataflowEndpointGroupRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateDataflowEndpointGroupRequest |
clone() |
boolean |
equals(Object obj) |
List<EndpointDetails> |
getEndpointDetails()
Endpoint details of each endpoint in the dataflow endpoint group.
|
Map<String,String> |
getTags()
Tags of a dataflow endpoint group.
|
int |
hashCode() |
void |
setEndpointDetails(Collection<EndpointDetails> endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
|
void |
setTags(Map<String,String> tags)
Tags of a dataflow endpoint group.
|
String |
toString()
Returns a string representation of this object.
|
CreateDataflowEndpointGroupRequest |
withEndpointDetails(Collection<EndpointDetails> endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
|
CreateDataflowEndpointGroupRequest |
withEndpointDetails(EndpointDetails... endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
|
CreateDataflowEndpointGroupRequest |
withTags(Map<String,String> tags)
Tags of a dataflow endpoint group.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<EndpointDetails> getEndpointDetails()
Endpoint details of each endpoint in the dataflow endpoint group.
public void setEndpointDetails(Collection<EndpointDetails> endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
endpointDetails - Endpoint details of each endpoint in the dataflow endpoint group.public CreateDataflowEndpointGroupRequest withEndpointDetails(EndpointDetails... endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
NOTE: This method appends the values to the existing list (if any). Use
setEndpointDetails(java.util.Collection) or withEndpointDetails(java.util.Collection) if you
want to override the existing values.
endpointDetails - Endpoint details of each endpoint in the dataflow endpoint group.public CreateDataflowEndpointGroupRequest withEndpointDetails(Collection<EndpointDetails> endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
endpointDetails - Endpoint details of each endpoint in the dataflow endpoint group.public Map<String,String> getTags()
Tags of a dataflow endpoint group.
public void setTags(Map<String,String> tags)
Tags of a dataflow endpoint group.
tags - Tags of a dataflow endpoint group.public CreateDataflowEndpointGroupRequest withTags(Map<String,String> tags)
Tags of a dataflow endpoint group.
tags - Tags of a dataflow endpoint group.public CreateDataflowEndpointGroupRequest addTagsEntry(String key, String value)
public CreateDataflowEndpointGroupRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateDataflowEndpointGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.