@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeployAsApplicationConfigurationDescription extends Object implements Serializable, Cloneable, StructuredPojo
The configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.
| Constructor and Description |
|---|
DeployAsApplicationConfigurationDescription() |
| Modifier and Type | Method and Description |
|---|---|
DeployAsApplicationConfigurationDescription |
clone() |
boolean |
equals(Object obj) |
S3ContentBaseLocationDescription |
getS3ContentLocationDescription()
The location that holds the data required to specify an Amazon Data Analytics application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3ContentLocationDescription(S3ContentBaseLocationDescription s3ContentLocationDescription)
The location that holds the data required to specify an Amazon Data Analytics application.
|
String |
toString()
Returns a string representation of this object.
|
DeployAsApplicationConfigurationDescription |
withS3ContentLocationDescription(S3ContentBaseLocationDescription s3ContentLocationDescription)
The location that holds the data required to specify an Amazon Data Analytics application.
|
public DeployAsApplicationConfigurationDescription()
public void setS3ContentLocationDescription(S3ContentBaseLocationDescription s3ContentLocationDescription)
The location that holds the data required to specify an Amazon Data Analytics application.
s3ContentLocationDescription - The location that holds the data required to specify an Amazon Data Analytics application.public S3ContentBaseLocationDescription getS3ContentLocationDescription()
The location that holds the data required to specify an Amazon Data Analytics application.
public DeployAsApplicationConfigurationDescription withS3ContentLocationDescription(S3ContentBaseLocationDescription s3ContentLocationDescription)
The location that holds the data required to specify an Amazon Data Analytics application.
s3ContentLocationDescription - The location that holds the data required to specify an Amazon Data Analytics application.public String toString()
toString in class ObjectObject.toString()public DeployAsApplicationConfigurationDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.