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