@Generated(value="software.amazon.awssdk:codegen") public final class PortalSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PortalSummary.Builder,PortalSummary>
The summary of the portal.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PortalSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
browserSettingsArn()
The ARN of the browser settings that is associated with the web portal.
|
BrowserType |
browserType()
The browser type of the web portal.
|
String |
browserTypeAsString()
The browser type of the web portal.
|
static PortalSummary.Builder |
builder() |
Instant |
creationDate()
The creation date of the web portal.
|
String |
displayName()
The name of the web portal.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
networkSettingsArn()
The ARN of the network settings that is associated with the web portal.
|
String |
portalArn()
The ARN of the web portal.
|
String |
portalEndpoint()
The endpoint URL of the web portal that users access in order to start streaming sessions.
|
PortalStatus |
portalStatus()
The status of the web portal.
|
String |
portalStatusAsString()
The status of the web portal.
|
RendererType |
rendererType()
The renderer that is used in streaming sessions.
|
String |
rendererTypeAsString()
The renderer that is used in streaming sessions.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PortalSummary.Builder> |
serializableBuilderClass() |
PortalSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trustStoreArn()
The ARN of the trust that is associated with this web portal.
|
String |
userAccessLoggingSettingsArn()
The ARN of the user access logging settings that is associated with the web portal.
|
String |
userSettingsArn()
The ARN of the user settings that is associated with the web portal.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String browserSettingsArn()
The ARN of the browser settings that is associated with the web portal.
public final BrowserType browserType()
The browser type of the web portal.
If the service returns an enum value that is not available in the current SDK version, browserType will
return BrowserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
browserTypeAsString().
BrowserTypepublic final String browserTypeAsString()
The browser type of the web portal.
If the service returns an enum value that is not available in the current SDK version, browserType will
return BrowserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
browserTypeAsString().
BrowserTypepublic final Instant creationDate()
The creation date of the web portal.
public final String displayName()
The name of the web portal.
public final String networkSettingsArn()
The ARN of the network settings that is associated with the web portal.
public final String portalArn()
The ARN of the web portal.
public final String portalEndpoint()
The endpoint URL of the web portal that users access in order to start streaming sessions.
public final PortalStatus portalStatus()
The status of the web portal.
If the service returns an enum value that is not available in the current SDK version, portalStatus will
return PortalStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
portalStatusAsString().
PortalStatuspublic final String portalStatusAsString()
The status of the web portal.
If the service returns an enum value that is not available in the current SDK version, portalStatus will
return PortalStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
portalStatusAsString().
PortalStatuspublic final RendererType rendererType()
The renderer that is used in streaming sessions.
If the service returns an enum value that is not available in the current SDK version, rendererType will
return RendererType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
rendererTypeAsString().
RendererTypepublic final String rendererTypeAsString()
The renderer that is used in streaming sessions.
If the service returns an enum value that is not available in the current SDK version, rendererType will
return RendererType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
rendererTypeAsString().
RendererTypepublic final String trustStoreArn()
The ARN of the trust that is associated with this web portal.
public final String userAccessLoggingSettingsArn()
The ARN of the user access logging settings that is associated with the web portal.
public final String userSettingsArn()
The ARN of the user settings that is associated with the web portal.
public PortalSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PortalSummary.Builder,PortalSummary>public static PortalSummary.Builder builder()
public static Class<? extends PortalSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.