@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3SourceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The S3 destination source configuration.
Constructor and Description |
---|
S3SourceConfiguration() |
Modifier and Type | Method and Description |
---|---|
S3SourceConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getLocation()
The S3 destination source configuration location.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLocation(String location)
The S3 destination source configuration location.
|
String |
toString()
Returns a string representation of this object.
|
S3SourceConfiguration |
withLocation(String location)
The S3 destination source configuration location.
|
public void setLocation(String location)
The S3 destination source configuration location.
location
- The S3 destination source configuration location.public String getLocation()
The S3 destination source configuration location.
public S3SourceConfiguration withLocation(String location)
The S3 destination source configuration location.
location
- The S3 destination source configuration location.public String toString()
toString
in class Object
Object.toString()
public S3SourceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.