@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartApplicationRequest() |
Modifier and Type | Method and Description |
---|---|
StartApplicationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of the application.
|
RunConfiguration |
getRunConfiguration()
Identifies the run configuration (start parameters) of a Managed Service for Apache Flink application.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of the application.
|
void |
setRunConfiguration(RunConfiguration runConfiguration)
Identifies the run configuration (start parameters) of a Managed Service for Apache Flink application.
|
String |
toString()
Returns a string representation of this object.
|
StartApplicationRequest |
withApplicationName(String applicationName)
The name of the application.
|
StartApplicationRequest |
withRunConfiguration(RunConfiguration runConfiguration)
Identifies the run configuration (start parameters) of a Managed Service for Apache Flink application.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setApplicationName(String applicationName)
The name of the application.
applicationName
- The name of the application.public String getApplicationName()
The name of the application.
public StartApplicationRequest withApplicationName(String applicationName)
The name of the application.
applicationName
- The name of the application.public void setRunConfiguration(RunConfiguration runConfiguration)
Identifies the run configuration (start parameters) of a Managed Service for Apache Flink application.
runConfiguration
- Identifies the run configuration (start parameters) of a Managed Service for Apache Flink application.public RunConfiguration getRunConfiguration()
Identifies the run configuration (start parameters) of a Managed Service for Apache Flink application.
public StartApplicationRequest withRunConfiguration(RunConfiguration runConfiguration)
Identifies the run configuration (start parameters) of a Managed Service for Apache Flink application.
runConfiguration
- Identifies the run configuration (start parameters) of a Managed Service for Apache Flink application.public String toString()
toString
in class Object
Object.toString()
public StartApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()