@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateApplicationResult() |
Modifier and Type | Method and Description |
---|---|
CreateApplicationResult |
clone() |
boolean |
equals(Object obj) |
ApplicationDetail |
getApplicationDetail()
In response to your
CreateApplication request, Managed Service for Apache Flink returns a response
with details of the application it created. |
int |
hashCode() |
void |
setApplicationDetail(ApplicationDetail applicationDetail)
In response to your
CreateApplication request, Managed Service for Apache Flink returns a response
with details of the application it created. |
String |
toString()
Returns a string representation of this object.
|
CreateApplicationResult |
withApplicationDetail(ApplicationDetail applicationDetail)
In response to your
CreateApplication request, Managed Service for Apache Flink returns a response
with details of the application it created. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApplicationDetail(ApplicationDetail applicationDetail)
In response to your CreateApplication
request, Managed Service for Apache Flink returns a response
with details of the application it created.
applicationDetail
- In response to your CreateApplication
request, Managed Service for Apache Flink returns a
response with details of the application it created.public ApplicationDetail getApplicationDetail()
In response to your CreateApplication
request, Managed Service for Apache Flink returns a response
with details of the application it created.
CreateApplication
request, Managed Service for Apache Flink returns a
response with details of the application it created.public CreateApplicationResult withApplicationDetail(ApplicationDetail applicationDetail)
In response to your CreateApplication
request, Managed Service for Apache Flink returns a response
with details of the application it created.
applicationDetail
- In response to your CreateApplication
request, Managed Service for Apache Flink returns a
response with details of the application it created.public String toString()
toString
in class Object
Object.toString()
public CreateApplicationResult clone()