@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
TBD
| Constructor and Description |
|---|
CreateApplicationResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResult |
clone() |
boolean |
equals(Object obj) |
ApplicationSummary |
getApplicationSummary()
In response to your
CreateApplication request, Amazon Kinesis Analytics returns a response with a
summary of the application it created, including the application Amazon Resource Name (ARN), name, and status. |
int |
hashCode() |
void |
setApplicationSummary(ApplicationSummary applicationSummary)
In response to your
CreateApplication request, Amazon Kinesis Analytics returns a response with a
summary of the application it created, including the application Amazon Resource Name (ARN), name, and status. |
String |
toString()
Returns a string representation of this object.
|
CreateApplicationResult |
withApplicationSummary(ApplicationSummary applicationSummary)
In response to your
CreateApplication request, Amazon Kinesis Analytics returns a response with a
summary of the application it created, including the application Amazon Resource Name (ARN), name, and status. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setApplicationSummary(ApplicationSummary applicationSummary)
In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a
summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.
applicationSummary - In response to your CreateApplication request, Amazon Kinesis Analytics returns a response
with a summary of the application it created, including the application Amazon Resource Name (ARN), name,
and status.public ApplicationSummary getApplicationSummary()
In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a
summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.
CreateApplication request, Amazon Kinesis Analytics returns a response
with a summary of the application it created, including the application Amazon Resource Name (ARN), name,
and status.public CreateApplicationResult withApplicationSummary(ApplicationSummary applicationSummary)
In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a
summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.
applicationSummary - In response to your CreateApplication request, Amazon Kinesis Analytics returns a response
with a summary of the application it created, including the application Amazon Resource Name (ARN), name,
and status.public String toString()
toString in class ObjectObject.toString()public CreateApplicationResult clone()