@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) |
Integer |
getContactPostPassDurationSeconds()
Amount of time, in seconds, after a contact ends for the contact to remain in a
POSTPASS state. |
Integer |
getContactPrePassDurationSeconds()
Amount of time, in seconds, prior to contact start for the contact to remain in a
PREPASS state. |
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 |
setContactPostPassDurationSeconds(Integer contactPostPassDurationSeconds)
Amount of time, in seconds, after a contact ends for the contact to remain in a
POSTPASS state. |
void |
setContactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)
Amount of time, in seconds, prior to contact start for the contact to remain in a
PREPASS state. |
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 |
withContactPostPassDurationSeconds(Integer contactPostPassDurationSeconds)
Amount of time, in seconds, after a contact ends for the contact to remain in a
POSTPASS state. |
GetDataflowEndpointGroupResult |
withContactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)
Amount of time, in seconds, prior to contact start for the contact to remain in a
PREPASS state. |
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, setSdkResponseMetadatapublic void setContactPostPassDurationSeconds(Integer contactPostPassDurationSeconds)
Amount of time, in seconds, after a contact ends for the contact to remain in a POSTPASS state. A
CloudWatch event is emitted when the contact enters and exits the POSTPASS state.
contactPostPassDurationSeconds - Amount of time, in seconds, after a contact ends for the contact to remain in a POSTPASS
state. A CloudWatch event is emitted when the contact enters and exits the POSTPASS state.public Integer getContactPostPassDurationSeconds()
Amount of time, in seconds, after a contact ends for the contact to remain in a POSTPASS state. A
CloudWatch event is emitted when the contact enters and exits the POSTPASS state.
POSTPASS
state. A CloudWatch event is emitted when the contact enters and exits the POSTPASS state.public GetDataflowEndpointGroupResult withContactPostPassDurationSeconds(Integer contactPostPassDurationSeconds)
Amount of time, in seconds, after a contact ends for the contact to remain in a POSTPASS state. A
CloudWatch event is emitted when the contact enters and exits the POSTPASS state.
contactPostPassDurationSeconds - Amount of time, in seconds, after a contact ends for the contact to remain in a POSTPASS
state. A CloudWatch event is emitted when the contact enters and exits the POSTPASS state.public void setContactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)
Amount of time, in seconds, prior to contact start for the contact to remain in a PREPASS state. A
CloudWatch event is emitted when the contact enters and exits the PREPASS state.
contactPrePassDurationSeconds - Amount of time, in seconds, prior to contact start for the contact to remain in a PREPASS
state. A CloudWatch event is emitted when the contact enters and exits the PREPASS state.public Integer getContactPrePassDurationSeconds()
Amount of time, in seconds, prior to contact start for the contact to remain in a PREPASS state. A
CloudWatch event is emitted when the contact enters and exits the PREPASS state.
PREPASS
state. A CloudWatch event is emitted when the contact enters and exits the PREPASS state.public GetDataflowEndpointGroupResult withContactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)
Amount of time, in seconds, prior to contact start for the contact to remain in a PREPASS state. A
CloudWatch event is emitted when the contact enters and exits the PREPASS state.
contactPrePassDurationSeconds - Amount of time, in seconds, prior to contact start for the contact to remain in a PREPASS
state. A CloudWatch event is emitted when the contact enters and exits the PREPASS state.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 ObjectObject.toString()public GetDataflowEndpointGroupResult clone()
Copyright © 2023. All rights reserved.