@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3Parameters extends Object implements Serializable, Cloneable, StructuredPojo
S3 parameters.
Constructor and Description |
---|
S3Parameters() |
Modifier and Type | Method and Description |
---|---|
S3Parameters |
clone() |
boolean |
equals(Object obj) |
ManifestFileLocation |
getManifestFileLocation()
Location of the Amazon S3 manifest file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setManifestFileLocation(ManifestFileLocation manifestFileLocation)
Location of the Amazon S3 manifest file.
|
String |
toString()
Returns a string representation of this object.
|
S3Parameters |
withManifestFileLocation(ManifestFileLocation manifestFileLocation)
Location of the Amazon S3 manifest file.
|
public void setManifestFileLocation(ManifestFileLocation manifestFileLocation)
Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded in the console.
manifestFileLocation
- Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded in the console.public ManifestFileLocation getManifestFileLocation()
Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded in the console.
public S3Parameters withManifestFileLocation(ManifestFileLocation manifestFileLocation)
Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded in the console.
manifestFileLocation
- Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded in the console.public String toString()
toString
in class Object
Object.toString()
public S3Parameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.