@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppMonitorDetails extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains information about the RUM app monitor.
| Constructor and Description |
|---|
AppMonitorDetails() |
| Modifier and Type | Method and Description |
|---|---|
AppMonitorDetails |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The unique ID of the app monitor.
|
String |
getName()
The name of the app monitor.
|
String |
getVersion()
The version of the app monitor.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setId(String id)
The unique ID of the app monitor.
|
void |
setName(String name)
The name of the app monitor.
|
void |
setVersion(String version)
The version of the app monitor.
|
String |
toString()
Returns a string representation of this object.
|
AppMonitorDetails |
withId(String id)
The unique ID of the app monitor.
|
AppMonitorDetails |
withName(String name)
The name of the app monitor.
|
AppMonitorDetails |
withVersion(String version)
The version of the app monitor.
|
public void setId(String id)
The unique ID of the app monitor.
id - The unique ID of the app monitor.public String getId()
The unique ID of the app monitor.
public AppMonitorDetails withId(String id)
The unique ID of the app monitor.
id - The unique ID of the app monitor.public void setName(String name)
The name of the app monitor.
name - The name of the app monitor.public String getName()
The name of the app monitor.
public AppMonitorDetails withName(String name)
The name of the app monitor.
name - The name of the app monitor.public void setVersion(String version)
The version of the app monitor.
version - The version of the app monitor.public String getVersion()
The version of the app monitor.
public AppMonitorDetails withVersion(String version)
The version of the app monitor.
version - The version of the app monitor.public String toString()
toString in class ObjectObject.toString()public AppMonitorDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.