@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetHealthEventRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetHealthEventRequest() |
Modifier and Type | Method and Description |
---|---|
GetHealthEventRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEventId()
The internally-generated identifier of a health event.
|
String |
getMonitorName()
The name of the monitor.
|
int |
hashCode() |
void |
setEventId(String eventId)
The internally-generated identifier of a health event.
|
void |
setMonitorName(String monitorName)
The name of the monitor.
|
String |
toString()
Returns a string representation of this object.
|
GetHealthEventRequest |
withEventId(String eventId)
The internally-generated identifier of a health event.
|
GetHealthEventRequest |
withMonitorName(String monitorName)
The name of the monitor.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMonitorName(String monitorName)
The name of the monitor.
monitorName
- The name of the monitor.public String getMonitorName()
The name of the monitor.
public GetHealthEventRequest withMonitorName(String monitorName)
The name of the monitor.
monitorName
- The name of the monitor.public void setEventId(String eventId)
The internally-generated identifier of a health event. Because EventID
contains the forward slash
(“/”) character, you must URL-encode the EventID
field in the request URL.
eventId
- The internally-generated identifier of a health event. Because EventID
contains the forward
slash (“/”) character, you must URL-encode the EventID
field in the request URL.public String getEventId()
The internally-generated identifier of a health event. Because EventID
contains the forward slash
(“/”) character, you must URL-encode the EventID
field in the request URL.
EventID
contains the forward
slash (“/”) character, you must URL-encode the EventID
field in the request URL.public GetHealthEventRequest withEventId(String eventId)
The internally-generated identifier of a health event. Because EventID
contains the forward slash
(“/”) character, you must URL-encode the EventID
field in the request URL.
eventId
- The internally-generated identifier of a health event. Because EventID
contains the forward
slash (“/”) character, you must URL-encode the EventID
field in the request URL.public String toString()
toString
in class Object
Object.toString()
public GetHealthEventRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()