@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3ConfigMap extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about an Amazon S3 bucket and path.
Constructor and Description |
---|
S3ConfigMap() |
Modifier and Type | Method and Description |
---|---|
S3ConfigMap |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
The Amazon S3 location URI.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Uri(String s3Uri)
The Amazon S3 location URI.
|
String |
toString()
Returns a string representation of this object.
|
S3ConfigMap |
withS3Uri(String s3Uri)
The Amazon S3 location URI.
|
public void setS3Uri(String s3Uri)
The Amazon S3 location URI.
s3Uri
- The Amazon S3 location URI.public String getS3Uri()
The Amazon S3 location URI.
public S3ConfigMap withS3Uri(String s3Uri)
The Amazon S3 location URI.
s3Uri
- The Amazon S3 location URI.public String toString()
toString
in class Object
Object.toString()
public S3ConfigMap clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.