@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProblemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
UpdateProblemRequest () |
| Modifier and Type | Method and Description |
|---|---|
UpdateProblemRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getProblemId ()
The ID of the problem.
|
String |
getUpdateStatus ()
The status of the problem.
|
String |
getVisibility ()
The visibility of a problem.
|
int |
hashCode () |
void |
setProblemId (String problemId)
The ID of the problem.
|
void |
setUpdateStatus (String updateStatus)
The status of the problem.
|
void |
setVisibility (String visibility)
The visibility of a problem.
|
String |
toString ()
Returns a string representation of this object.
|
UpdateProblemRequest |
withProblemId (String problemId)
The ID of the problem.
|
UpdateProblemRequest |
withUpdateStatus (String updateStatus)
The status of the problem.
|
UpdateProblemRequest |
withUpdateStatus (UpdateStatus updateStatus)
The status of the problem.
|
UpdateProblemRequest |
withVisibility (String visibility)
The visibility of a problem.
|
UpdateProblemRequest |
withVisibility (Visibility visibility)
The visibility of a problem.
|
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 UpdateProblemRequest()
public void setProblemId(String problemId)
The ID of the problem.
problemId - The ID of the problem.public String getProblemId()
The ID of the problem.
public UpdateProblemRequest withProblemId(String problemId)
The ID of the problem.
problemId - The ID of the problem.public void setUpdateStatus(String updateStatus)
The status of the problem. Arguments can be passed for only problems that show a status of
RECOVERING.
updateStatus - The status of the problem. Arguments can be passed for only problems that show a status of
RECOVERING.UpdateStatus public String getUpdateStatus()
The status of the problem. Arguments can be passed for only problems that show a status of
RECOVERING.
RECOVERING.UpdateStatus public UpdateProblemRequest withUpdateStatus(String updateStatus)
The status of the problem. Arguments can be passed for only problems that show a status of
RECOVERING.
updateStatus - The status of the problem. Arguments can be passed for only problems that show a status of
RECOVERING.UpdateStatus public UpdateProblemRequest withUpdateStatus(UpdateStatus updateStatus)
The status of the problem. Arguments can be passed for only problems that show a status of
RECOVERING.
updateStatus - The status of the problem. Arguments can be passed for only problems that show a status of
RECOVERING.UpdateStatus public void setVisibility(String visibility)
The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the
default view, and all notifications for the problem are suspended. When VISIBLE is passed, the
IGNORED action is reversed.
visibility - The visibility of a problem. When you pass a value of IGNORED, the problem is removed from
the default view, and all notifications for the problem are suspended. When VISIBLE is
passed, the IGNORED action is reversed.Visibility public String getVisibility()
The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the
default view, and all notifications for the problem are suspended. When VISIBLE is passed, the
IGNORED action is reversed.
IGNORED, the problem is removed from
the default view, and all notifications for the problem are suspended. When VISIBLE is
passed, the IGNORED action is reversed.Visibility public UpdateProblemRequest withVisibility(String visibility)
The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the
default view, and all notifications for the problem are suspended. When VISIBLE is passed, the
IGNORED action is reversed.
visibility - The visibility of a problem. When you pass a value of IGNORED, the problem is removed from
the default view, and all notifications for the problem are suspended. When VISIBLE is
passed, the IGNORED action is reversed.Visibility public UpdateProblemRequest withVisibility(Visibility visibility)
The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the
default view, and all notifications for the problem are suspended. When VISIBLE is passed, the
IGNORED action is reversed.
visibility - The visibility of a problem. When you pass a value of IGNORED, the problem is removed from
the default view, and all notifications for the problem are suspended. When VISIBLE is
passed, the IGNORED action is reversed.Visibility public String toString()
toString in class Object Object.toString() public UpdateProblemRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()