@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePortalResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreatePortalResult() |
Modifier and Type | Method and Description |
---|---|
CreatePortalResult |
clone() |
boolean |
equals(Object obj) |
String |
getPortalArn()
The ARN of the portal,
which has the following format.
|
String |
getPortalId()
The ID of the created portal.
|
String |
getPortalStartUrl()
The URL for the IoT SiteWise Monitor portal.
|
PortalStatus |
getPortalStatus()
The status of the portal, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
String |
getSsoApplicationId()
The associated IAM Identity Center application ID, if the portal uses IAM Identity Center.
|
int |
hashCode() |
void |
setPortalArn(String portalArn)
The ARN of the portal,
which has the following format.
|
void |
setPortalId(String portalId)
The ID of the created portal.
|
void |
setPortalStartUrl(String portalStartUrl)
The URL for the IoT SiteWise Monitor portal.
|
void |
setPortalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
void |
setSsoApplicationId(String ssoApplicationId)
The associated IAM Identity Center application ID, if the portal uses IAM Identity Center.
|
String |
toString()
Returns a string representation of this object.
|
CreatePortalResult |
withPortalArn(String portalArn)
The ARN of the portal,
which has the following format.
|
CreatePortalResult |
withPortalId(String portalId)
The ID of the created portal.
|
CreatePortalResult |
withPortalStartUrl(String portalStartUrl)
The URL for the IoT SiteWise Monitor portal.
|
CreatePortalResult |
withPortalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
CreatePortalResult |
withSsoApplicationId(String ssoApplicationId)
The associated IAM Identity Center application ID, if the portal uses IAM Identity Center.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPortalId(String portalId)
The ID of the created portal.
portalId
- The ID of the created portal.public String getPortalId()
The ID of the created portal.
public CreatePortalResult withPortalId(String portalId)
The ID of the created portal.
portalId
- The ID of the created portal.public void setPortalArn(String portalArn)
The ARN of the portal, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}
portalArn
- The ARN of the
portal, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}
public String getPortalArn()
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 CreatePortalResult withPortalArn(String portalArn)
The ARN of the portal, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}
portalArn
- The ARN of the
portal, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}
public void setPortalStartUrl(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.
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 String getPortalStartUrl()
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 CreatePortalResult withPortalStartUrl(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.
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 void setPortalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (CREATING
after successfully calling this
operation) and any error message.
portalStatus
- The status of the portal, which contains a state (CREATING
after successfully calling this
operation) and any error message.public PortalStatus getPortalStatus()
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 CreatePortalResult withPortalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (CREATING
after successfully calling this
operation) and any error message.
portalStatus
- The status of the portal, which contains a state (CREATING
after successfully calling this
operation) and any error message.public void setSsoApplicationId(String ssoApplicationId)
The associated IAM Identity Center application ID, if the portal uses IAM Identity Center.
ssoApplicationId
- The associated IAM Identity Center application ID, if the portal uses IAM Identity Center.public String getSsoApplicationId()
The associated IAM Identity Center application ID, if the portal uses IAM Identity Center.
public CreatePortalResult withSsoApplicationId(String ssoApplicationId)
The associated IAM Identity Center application ID, if the portal uses IAM Identity Center.
ssoApplicationId
- The associated IAM Identity Center application ID, if the portal uses IAM Identity Center.public String toString()
toString
in class Object
Object.toString()
public CreatePortalResult clone()