@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3Parameters extends Object implements Serializable, Cloneable, StructuredPojo
The parameters for S3.
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 into Amazon QuickSight.
manifestFileLocation
- Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon
QuickSight.public ManifestFileLocation getManifestFileLocation()
Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
public S3Parameters withManifestFileLocation(ManifestFileLocation manifestFileLocation)
Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
manifestFileLocation
- Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon
QuickSight.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.