@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataflowEndpointGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDataflowEndpointGroupResult() |
Modifier and Type | Method and Description |
---|---|
GetDataflowEndpointGroupResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetDataflowEndpointGroupResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetDataflowEndpointGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getDataflowEndpointGroupArn()
ARN of a dataflow endpoint group.
|
String |
getDataflowEndpointGroupId()
UUID of a dataflow endpoint group.
|
List<EndpointDetails> |
getEndpointsDetails()
Details of a dataflow endpoint.
|
Map<String,String> |
getTags()
Tags assigned to a dataflow endpoint group.
|
int |
hashCode() |
void |
setDataflowEndpointGroupArn(String dataflowEndpointGroupArn)
ARN of a dataflow endpoint group.
|
void |
setDataflowEndpointGroupId(String dataflowEndpointGroupId)
UUID of a dataflow endpoint group.
|
void |
setEndpointsDetails(Collection<EndpointDetails> endpointsDetails)
Details of a dataflow endpoint.
|
void |
setTags(Map<String,String> tags)
Tags assigned to a dataflow endpoint group.
|
String |
toString()
Returns a string representation of this object.
|
GetDataflowEndpointGroupResult |
withDataflowEndpointGroupArn(String dataflowEndpointGroupArn)
ARN of a dataflow endpoint group.
|
GetDataflowEndpointGroupResult |
withDataflowEndpointGroupId(String dataflowEndpointGroupId)
UUID of a dataflow endpoint group.
|
GetDataflowEndpointGroupResult |
withEndpointsDetails(Collection<EndpointDetails> endpointsDetails)
Details of a dataflow endpoint.
|
GetDataflowEndpointGroupResult |
withEndpointsDetails(EndpointDetails... endpointsDetails)
Details of a dataflow endpoint.
|
GetDataflowEndpointGroupResult |
withTags(Map<String,String> tags)
Tags assigned to a dataflow endpoint group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDataflowEndpointGroupArn(String dataflowEndpointGroupArn)
ARN of a dataflow endpoint group.
dataflowEndpointGroupArn
- ARN of a dataflow endpoint group.public String getDataflowEndpointGroupArn()
ARN of a dataflow endpoint group.
public GetDataflowEndpointGroupResult withDataflowEndpointGroupArn(String dataflowEndpointGroupArn)
ARN of a dataflow endpoint group.
dataflowEndpointGroupArn
- ARN of a dataflow endpoint group.public void setDataflowEndpointGroupId(String dataflowEndpointGroupId)
UUID of a dataflow endpoint group.
dataflowEndpointGroupId
- UUID of a dataflow endpoint group.public String getDataflowEndpointGroupId()
UUID of a dataflow endpoint group.
public GetDataflowEndpointGroupResult withDataflowEndpointGroupId(String dataflowEndpointGroupId)
UUID of a dataflow endpoint group.
dataflowEndpointGroupId
- UUID of a dataflow endpoint group.public List<EndpointDetails> getEndpointsDetails()
Details of a dataflow endpoint.
public void setEndpointsDetails(Collection<EndpointDetails> endpointsDetails)
Details of a dataflow endpoint.
endpointsDetails
- Details of a dataflow endpoint.public GetDataflowEndpointGroupResult withEndpointsDetails(EndpointDetails... endpointsDetails)
Details of a dataflow endpoint.
NOTE: This method appends the values to the existing list (if any). Use
setEndpointsDetails(java.util.Collection)
or withEndpointsDetails(java.util.Collection)
if you
want to override the existing values.
endpointsDetails
- Details of a dataflow endpoint.public GetDataflowEndpointGroupResult withEndpointsDetails(Collection<EndpointDetails> endpointsDetails)
Details of a dataflow endpoint.
endpointsDetails
- Details of a dataflow endpoint.public Map<String,String> getTags()
Tags assigned to a dataflow endpoint group.
public void setTags(Map<String,String> tags)
Tags assigned to a dataflow endpoint group.
tags
- Tags assigned to a dataflow endpoint group.public GetDataflowEndpointGroupResult withTags(Map<String,String> tags)
Tags assigned to a dataflow endpoint group.
tags
- Tags assigned to a dataflow endpoint group.public GetDataflowEndpointGroupResult addTagsEntry(String key, String value)
public GetDataflowEndpointGroupResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetDataflowEndpointGroupResult clone()