Class CreatePortalResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse
-
- software.amazon.awssdk.services.iotsitewise.model.CreatePortalResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreatePortalResponse.Builder,CreatePortalResponse>
@Generated("software.amazon.awssdk:codegen") public final class CreatePortalResponse extends IoTSiteWiseResponse implements ToCopyableBuilder<CreatePortalResponse.Builder,CreatePortalResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreatePortalResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreatePortalResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringportalArn()The ARN of the portal, which has the following format.StringportalId()The ID of the created portal.StringportalStartUrl()The URL for the IoT SiteWise Monitor portal.PortalStatusportalStatus()The status of the portal, which contains a state (CREATINGafter successfully calling this operation) and any error message.List<SdkField<?>>sdkFields()static Class<? extends CreatePortalResponse.Builder>serializableBuilderClass()StringssoApplicationId()The associated IAM Identity Center application ID, if the portal uses IAM Identity Center.CreatePortalResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
portalId
public final String portalId()
The ID of the created portal.
- Returns:
- The ID of the created portal.
-
portalArn
public final String portalArn()
The ARN of the portal, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}- Returns:
- The ARN of the
portal, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}
-
portalStartUrl
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.
- Returns:
- 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.
-
portalStatus
public final PortalStatus portalStatus()
The status of the portal, which contains a state (
CREATINGafter successfully calling this operation) and any error message.- Returns:
- The status of the portal, which contains a state (
CREATINGafter successfully calling this operation) and any error message.
-
ssoApplicationId
public final String ssoApplicationId()
The associated IAM Identity Center application ID, if the portal uses IAM Identity Center.
- Returns:
- The associated IAM Identity Center application ID, if the portal uses IAM Identity Center.
-
toBuilder
public CreatePortalResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreatePortalResponse.Builder,CreatePortalResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CreatePortalResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreatePortalResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-