@Generated(value="software.amazon.awssdk:codegen") public final class PortalStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PortalStatus.Builder,PortalStatus>
Contains information about the current status of a portal.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PortalStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PortalStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
MonitorErrorDetails |
error()
Contains associated error information, if any.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PortalStatus.Builder> |
serializableBuilderClass() |
PortalState |
state()
The current state of the portal.
|
String |
stateAsString()
The current state of the portal.
|
PortalStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PortalState state()
The current state of the portal.
If the service returns an enum value that is not available in the current SDK version, state will return
PortalState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
PortalStatepublic final String stateAsString()
The current state of the portal.
If the service returns an enum value that is not available in the current SDK version, state will return
PortalState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
PortalStatepublic final MonitorErrorDetails error()
Contains associated error information, if any.
public PortalStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PortalStatus.Builder,PortalStatus>public static PortalStatus.Builder builder()
public static Class<? extends PortalStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.