@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) |
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 ObjectObject.toString()public S3Parameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.