@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataflowEndpointListItem extends Object implements Serializable, Cloneable, StructuredPojo
Item in a list of DataflowEndpoint
groups.
Constructor and Description |
---|
DataflowEndpointListItem() |
Modifier and Type | Method and Description |
---|---|
DataflowEndpointListItem |
clone() |
boolean |
equals(Object obj) |
String |
getDataflowEndpointGroupArn()
ARN of a dataflow endpoint group.
|
String |
getDataflowEndpointGroupId()
UUID of a dataflow endpoint group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataflowEndpointGroupArn(String dataflowEndpointGroupArn)
ARN of a dataflow endpoint group.
|
void |
setDataflowEndpointGroupId(String dataflowEndpointGroupId)
UUID of a dataflow endpoint group.
|
String |
toString()
Returns a string representation of this object.
|
DataflowEndpointListItem |
withDataflowEndpointGroupArn(String dataflowEndpointGroupArn)
ARN of a dataflow endpoint group.
|
DataflowEndpointListItem |
withDataflowEndpointGroupId(String dataflowEndpointGroupId)
UUID of a dataflow endpoint group.
|
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 DataflowEndpointListItem 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 DataflowEndpointListItem withDataflowEndpointGroupId(String dataflowEndpointGroupId)
UUID of a dataflow endpoint group.
dataflowEndpointGroupId
- UUID of a dataflow endpoint group.public String toString()
toString
in class Object
Object.toString()
public DataflowEndpointListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.