@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetrievalFlowNodeServiceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains configurations for the service to use for retrieving data to return as the output from the node.
Constructor and Description |
---|
RetrievalFlowNodeServiceConfiguration() |
Modifier and Type | Method and Description |
---|---|
RetrievalFlowNodeServiceConfiguration |
clone() |
boolean |
equals(Object obj) |
RetrievalFlowNodeS3Configuration |
getS3()
Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the
node.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3(RetrievalFlowNodeS3Configuration s3)
Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the
node.
|
String |
toString()
Returns a string representation of this object.
|
RetrievalFlowNodeServiceConfiguration |
withS3(RetrievalFlowNodeS3Configuration s3)
Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the
node.
|
public RetrievalFlowNodeServiceConfiguration()
public void setS3(RetrievalFlowNodeS3Configuration s3)
Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.
s3
- Contains configurations for the Amazon S3 location from which to retrieve data to return as the output
from the node.public RetrievalFlowNodeS3Configuration getS3()
Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.
public RetrievalFlowNodeServiceConfiguration withS3(RetrievalFlowNodeS3Configuration s3)
Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.
s3
- Contains configurations for the Amazon S3 location from which to retrieve data to return as the output
from the node.public String toString()
toString
in class Object
Object.toString()
public RetrievalFlowNodeServiceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.