@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuccessResponseHandlingConfig extends Object implements Serializable, Cloneable, StructuredPojo
Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.
For example, this setting would determine where to write the response from the destination connector upon a successful insert operation.
Constructor and Description |
---|
SuccessResponseHandlingConfig() |
Modifier and Type | Method and Description |
---|---|
SuccessResponseHandlingConfig |
clone() |
boolean |
equals(Object obj) |
String |
getBucketName()
The name of the Amazon S3 bucket.
|
String |
getBucketPrefix()
The Amazon S3 bucket prefix.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketName(String bucketName)
The name of the Amazon S3 bucket.
|
void |
setBucketPrefix(String bucketPrefix)
The Amazon S3 bucket prefix.
|
String |
toString()
Returns a string representation of this object.
|
SuccessResponseHandlingConfig |
withBucketName(String bucketName)
The name of the Amazon S3 bucket.
|
SuccessResponseHandlingConfig |
withBucketPrefix(String bucketPrefix)
The Amazon S3 bucket prefix.
|
public void setBucketPrefix(String bucketPrefix)
The Amazon S3 bucket prefix.
bucketPrefix
- The Amazon S3 bucket prefix.public String getBucketPrefix()
The Amazon S3 bucket prefix.
public SuccessResponseHandlingConfig withBucketPrefix(String bucketPrefix)
The Amazon S3 bucket prefix.
bucketPrefix
- The Amazon S3 bucket prefix.public void setBucketName(String bucketName)
The name of the Amazon S3 bucket.
bucketName
- The name of the Amazon S3 bucket.public String getBucketName()
The name of the Amazon S3 bucket.
public SuccessResponseHandlingConfig withBucketName(String bucketName)
The name of the Amazon S3 bucket.
bucketName
- The name of the Amazon S3 bucket.public String toString()
toString
in class Object
Object.toString()
public SuccessResponseHandlingConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.