@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAppMonitorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAppMonitorResult() |
Modifier and Type | Method and Description |
---|---|
CreateAppMonitorResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The unique ID of the new app monitor.
|
int |
hashCode() |
void |
setId(String id)
The unique ID of the new app monitor.
|
String |
toString()
Returns a string representation of this object.
|
CreateAppMonitorResult |
withId(String id)
The unique ID of the new app monitor.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The unique ID of the new app monitor.
id
- The unique ID of the new app monitor.public String getId()
The unique ID of the new app monitor.
public CreateAppMonitorResult withId(String id)
The unique ID of the new app monitor.
id
- The unique ID of the new app monitor.public String toString()
toString
in class Object
Object.toString()
public CreateAppMonitorResult clone()