@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataDestination extends Object implements Serializable, Cloneable, StructuredPojo
The destination of an exported forecast and credentials to access the location. This object is submitted in the CreateForecastExportJob request.
| Constructor and Description |
|---|
DataDestination() |
| Modifier and Type | Method and Description |
|---|---|
DataDestination |
clone() |
boolean |
equals(Object obj) |
S3Config |
getS3Config()
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3Config(S3Config s3Config)
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
|
String |
toString()
Returns a string representation of this object.
|
DataDestination |
withS3Config(S3Config s3Config)
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
|
public void setS3Config(S3Config s3Config)
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
s3Config - The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the
bucket.public S3Config getS3Config()
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
public DataDestination withS3Config(S3Config s3Config)
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
s3Config - The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the
bucket.public String toString()
toString in class ObjectObject.toString()public DataDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.