@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MonitorDeployment extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
MonitorDeployment() |
Modifier and Type | Method and Description |
---|---|
MonitorDeployment |
clone() |
boolean |
equals(Object obj) |
String |
getDetailsUri()
URI associated with a signal map's monitor deployment.
|
String |
getErrorMessage()
Error message associated with a failed monitor deployment of a signal map.
|
String |
getStatus() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDetailsUri(String detailsUri)
URI associated with a signal map's monitor deployment.
|
void |
setErrorMessage(String errorMessage)
Error message associated with a failed monitor deployment of a signal map.
|
void |
setStatus(String status) |
String |
toString()
Returns a string representation of this object.
|
MonitorDeployment |
withDetailsUri(String detailsUri)
URI associated with a signal map's monitor deployment.
|
MonitorDeployment |
withErrorMessage(String errorMessage)
Error message associated with a failed monitor deployment of a signal map.
|
MonitorDeployment |
withStatus(SignalMapMonitorDeploymentStatus status) |
MonitorDeployment |
withStatus(String status) |
public void setDetailsUri(String detailsUri)
detailsUri
- URI associated with a signal map's monitor deployment.public String getDetailsUri()
public MonitorDeployment withDetailsUri(String detailsUri)
detailsUri
- URI associated with a signal map's monitor deployment.public void setErrorMessage(String errorMessage)
errorMessage
- Error message associated with a failed monitor deployment of a signal map.public String getErrorMessage()
public MonitorDeployment withErrorMessage(String errorMessage)
errorMessage
- Error message associated with a failed monitor deployment of a signal map.public void setStatus(String status)
status
- SignalMapMonitorDeploymentStatus
public String getStatus()
SignalMapMonitorDeploymentStatus
public MonitorDeployment withStatus(String status)
status
- SignalMapMonitorDeploymentStatus
public MonitorDeployment withStatus(SignalMapMonitorDeploymentStatus status)
status
- SignalMapMonitorDeploymentStatus
public String toString()
toString
in class Object
Object.toString()
public MonitorDeployment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.