@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeployAsApplicationConfigurationUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Updates to the configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.
Constructor and Description |
---|
DeployAsApplicationConfigurationUpdate() |
Modifier and Type | Method and Description |
---|---|
DeployAsApplicationConfigurationUpdate |
clone() |
boolean |
equals(Object obj) |
S3ContentBaseLocationUpdate |
getS3ContentLocationUpdate()
Updates to 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 |
setS3ContentLocationUpdate(S3ContentBaseLocationUpdate s3ContentLocationUpdate)
Updates to the location that holds the data required to specify an Amazon Data Analytics application.
|
String |
toString()
Returns a string representation of this object.
|
DeployAsApplicationConfigurationUpdate |
withS3ContentLocationUpdate(S3ContentBaseLocationUpdate s3ContentLocationUpdate)
Updates to the location that holds the data required to specify an Amazon Data Analytics application.
|
public DeployAsApplicationConfigurationUpdate()
public void setS3ContentLocationUpdate(S3ContentBaseLocationUpdate s3ContentLocationUpdate)
Updates to the location that holds the data required to specify an Amazon Data Analytics application.
s3ContentLocationUpdate
- Updates to the location that holds the data required to specify an Amazon Data Analytics application.public S3ContentBaseLocationUpdate getS3ContentLocationUpdate()
Updates to the location that holds the data required to specify an Amazon Data Analytics application.
public DeployAsApplicationConfigurationUpdate withS3ContentLocationUpdate(S3ContentBaseLocationUpdate s3ContentLocationUpdate)
Updates to the location that holds the data required to specify an Amazon Data Analytics application.
s3ContentLocationUpdate
- Updates to the location that holds the data required to specify an Amazon Data Analytics application.public String toString()
toString
in class Object
Object.toString()
public DeployAsApplicationConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.