@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemplateLocation extends Object implements Serializable, Cloneable, StructuredPojo
Information about a template location.
Constructor and Description |
---|
TemplateLocation() |
Modifier and Type | Method and Description |
---|---|
TemplateLocation |
clone() |
boolean |
equals(Object obj) |
String |
getS3Bucket()
The Amazon S3 bucket name.
|
String |
getS3Key()
The list of S3 keys identifying the data source files.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Bucket(String s3Bucket)
The Amazon S3 bucket name.
|
void |
setS3Key(String s3Key)
The list of S3 keys identifying the data source files.
|
String |
toString()
Returns a string representation of this object.
|
TemplateLocation |
withS3Bucket(String s3Bucket)
The Amazon S3 bucket name.
|
TemplateLocation |
withS3Key(String s3Key)
The list of S3 keys identifying the data source files.
|
public void setS3Bucket(String s3Bucket)
The Amazon S3 bucket name.
s3Bucket
- The Amazon S3 bucket name.public String getS3Bucket()
The Amazon S3 bucket name.
public TemplateLocation withS3Bucket(String s3Bucket)
The Amazon S3 bucket name.
s3Bucket
- The Amazon S3 bucket name.public void setS3Key(String s3Key)
The list of S3 keys identifying the data source files.
s3Key
- The list of S3 keys identifying the data source files.public String getS3Key()
The list of S3 keys identifying the data source files.
public TemplateLocation withS3Key(String s3Key)
The list of S3 keys identifying the data source files.
s3Key
- The list of S3 keys identifying the data source files.public String toString()
toString
in class Object
Object.toString()
public TemplateLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.