@Generated(value="software.amazon.awssdk:codegen") public final class CreatePortalResponse extends IoTSiteWiseResponse implements ToCopyableBuilder<CreatePortalResponse.Builder,CreatePortalResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePortalResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreatePortalResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
portalArn()
The ARN of the portal,
which has the following format.
|
String |
portalId()
The ID of the created portal.
|
String |
portalStartUrl()
The URL for the IoT SiteWise Monitor portal.
|
PortalStatus |
portalStatus()
The status of the portal, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreatePortalResponse.Builder> |
serializableBuilderClass() |
String |
ssoApplicationId()
The associated Amazon Web Services SSO application ID, if the portal uses Amazon Web Services SSO.
|
CreatePortalResponse.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 created 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 portalStartUrl()
The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use Amazon Web Services SSO 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 PortalStatus portalStatus()
The status of the portal, which contains a state (CREATING after successfully calling this
operation) and any error message.
CREATING after successfully calling this
operation) and any error message.public final String ssoApplicationId()
The associated Amazon Web Services SSO application ID, if the portal uses Amazon Web Services SSO.
public CreatePortalResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreatePortalResponse.Builder,CreatePortalResponse>toBuilder in class AwsResponsepublic static CreatePortalResponse.Builder builder()
public static Class<? extends CreatePortalResponse.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 © 2022. All rights reserved.