@Generated(value="software.amazon.awssdk:codegen") public final class DescribePortalResponse extends IoTSiteWiseResponse implements ToCopyableBuilder<DescribePortalResponse.Builder,DescribePortalResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribePortalResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Alarms |
alarms()
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
|
static DescribePortalResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
notificationSenderEmail()
The email address that sends alarm notifications.
|
String |
portalArn()
The ARN of the portal,
which has the following format.
|
AuthMode |
portalAuthMode()
The service to use to authenticate users to the portal.
|
String |
portalAuthModeAsString()
The service to use to authenticate users to the portal.
|
String |
portalClientId()
The IAM Identity Center application generated client ID (used with IAM Identity Center APIs).
|
String |
portalContactEmail()
The Amazon Web Services administrator's contact email address.
|
Instant |
portalCreationDate()
The date the portal was created, in Unix epoch time.
|
String |
portalDescription()
The portal's description.
|
String |
portalId()
The ID of the portal.
|
Instant |
portalLastUpdateDate()
The date the portal was last updated, in Unix epoch time.
|
ImageLocation |
portalLogoImageLocation()
The portal's logo image, which is available at a URL.
|
String |
portalName()
The name of the portal.
|
String |
portalStartUrl()
The URL for the IoT SiteWise Monitor portal.
|
PortalStatus |
portalStatus()
The current status of the portal, which contains a state and any error message.
|
String |
roleArn()
The ARN of the service
role that allows the portal's users to access your IoT SiteWise resources on your behalf.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribePortalResponse.Builder> |
serializableBuilderClass() |
DescribePortalResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String portalId()
The ID of the portal.
public final String portalArn()
The ARN of the portal, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}
arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}
public final String portalName()
The name of the portal.
public final String portalDescription()
The portal's description.
public final String portalClientId()
The IAM Identity Center application generated client ID (used with IAM Identity Center APIs). IoT SiteWise
includes portalClientId for only portals that use IAM Identity Center to authenticate users.
portalClientId for only portals that use IAM Identity Center to
authenticate users.public final String portalStartUrl()
The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use IAM Identity Center for authentication. For portals that use IAM for authentication, you must use the IoT SiteWise console to get a URL that you can use to access the portal.
public final String portalContactEmail()
The Amazon Web Services administrator's contact email address.
public final PortalStatus portalStatus()
The current status of the portal, which contains a state and any error message.
public final Instant portalCreationDate()
The date the portal was created, in Unix epoch time.
public final Instant portalLastUpdateDate()
The date the portal was last updated, in Unix epoch time.
public final ImageLocation portalLogoImageLocation()
The portal's logo image, which is available at a URL.
public final String roleArn()
The ARN of the service role that allows the portal's users to access your IoT SiteWise resources on your behalf. For more information, see Using service roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.
public final AuthMode portalAuthMode()
The service to use to authenticate users to the portal.
If the service returns an enum value that is not available in the current SDK version, portalAuthMode
will return AuthMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
portalAuthModeAsString().
AuthModepublic final String portalAuthModeAsString()
The service to use to authenticate users to the portal.
If the service returns an enum value that is not available in the current SDK version, portalAuthMode
will return AuthMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
portalAuthModeAsString().
AuthModepublic final String notificationSenderEmail()
The email address that sends alarm notifications.
public final Alarms alarms()
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
public DescribePortalResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribePortalResponse.Builder,DescribePortalResponse>toBuilder in class AwsResponsepublic static DescribePortalResponse.Builder builder()
public static Class<? extends DescribePortalResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.