@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) |
CreateDataflowEndpointGroupRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateDataflowEndpointGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public CreateDataflowEndpointGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.