@Generated(value="software.amazon.awssdk:codegen") public final class UpdateProblemRequest extends ApplicationInsightsRequest implements ToCopyableBuilder<UpdateProblemRequest.Builder,UpdateProblemRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateProblemRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateProblemRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
problemId()
The ID of the problem.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateProblemRequest.Builder> |
serializableBuilderClass() |
UpdateProblemRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UpdateStatus |
updateStatus()
The status of the problem.
|
String |
updateStatusAsString()
The status of the problem.
|
Visibility |
visibility()
The visibility of a problem.
|
String |
visibilityAsString()
The visibility of a problem.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String problemId()
The ID of the problem.
public final UpdateStatus updateStatus()
The status of the problem. Arguments can be passed for only problems that show a status of
RECOVERING.
If the service returns an enum value that is not available in the current SDK version, updateStatus will
return UpdateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
updateStatusAsString().
RECOVERING.UpdateStatuspublic final String updateStatusAsString()
The status of the problem. Arguments can be passed for only problems that show a status of
RECOVERING.
If the service returns an enum value that is not available in the current SDK version, updateStatus will
return UpdateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
updateStatusAsString().
RECOVERING.UpdateStatuspublic final 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.
If the service returns an enum value that is not available in the current SDK version, visibility will
return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
visibilityAsString().
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.Visibilitypublic final String visibilityAsString()
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.
If the service returns an enum value that is not available in the current SDK version, visibility will
return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
visibilityAsString().
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.Visibilitypublic UpdateProblemRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateProblemRequest.Builder,UpdateProblemRequest>toBuilder in class ApplicationInsightsRequestpublic static UpdateProblemRequest.Builder builder()
public static Class<? extends UpdateProblemRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.