@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LaunchProfileInitializationScript extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
LaunchProfileInitializationScript() |
Modifier and Type | Method and Description |
---|---|
LaunchProfileInitializationScript |
clone() |
boolean |
equals(Object obj) |
String |
getScript()
The initialization script.
|
String |
getStudioComponentId()
The unique identifier for a studio component resource.
|
String |
getStudioComponentName()
The name for the studio component.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setScript(String script)
The initialization script.
|
void |
setStudioComponentId(String studioComponentId)
The unique identifier for a studio component resource.
|
void |
setStudioComponentName(String studioComponentName)
The name for the studio component.
|
String |
toString()
Returns a string representation of this object.
|
LaunchProfileInitializationScript |
withScript(String script)
The initialization script.
|
LaunchProfileInitializationScript |
withStudioComponentId(String studioComponentId)
The unique identifier for a studio component resource.
|
LaunchProfileInitializationScript |
withStudioComponentName(String studioComponentName)
The name for the studio component.
|
public void setScript(String script)
The initialization script.
script
- The initialization script.public String getScript()
The initialization script.
public LaunchProfileInitializationScript withScript(String script)
The initialization script.
script
- The initialization script.public void setStudioComponentId(String studioComponentId)
The unique identifier for a studio component resource.
studioComponentId
- The unique identifier for a studio component resource.public String getStudioComponentId()
The unique identifier for a studio component resource.
public LaunchProfileInitializationScript withStudioComponentId(String studioComponentId)
The unique identifier for a studio component resource.
studioComponentId
- The unique identifier for a studio component resource.public void setStudioComponentName(String studioComponentName)
The name for the studio component.
studioComponentName
- The name for the studio component.public String getStudioComponentName()
The name for the studio component.
public LaunchProfileInitializationScript withStudioComponentName(String studioComponentName)
The name for the studio component.
studioComponentName
- The name for the studio component.public String toString()
toString
in class Object
Object.toString()
public LaunchProfileInitializationScript clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.