public class CreateApplicationResult extends Object 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; useful for testing and
debugging.
|
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. |
public 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 Object
Object.toString()
public CreateApplicationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.