@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 public URL for the AWS 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 AWS SSO application Id.
|
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 public URL for the AWS 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 AWS SSO application Id.
|
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 public URL for the AWS 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 AWS SSO application Id.
|
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 public URL for the AWS IoT SiteWise Monitor portal.
portalStartUrl
- The public URL for the AWS IoT SiteWise Monitor portal.public String getPortalStartUrl()
The public URL for the AWS IoT SiteWise Monitor portal.
public CreatePortalResult withPortalStartUrl(String portalStartUrl)
The public URL for the AWS IoT SiteWise Monitor portal.
portalStartUrl
- The public URL for the AWS IoT SiteWise Monitor 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 AWS SSO application Id.
ssoApplicationId
- The associated AWS SSO application Id.public String getSsoApplicationId()
The associated AWS SSO application Id.
public CreatePortalResult withSsoApplicationId(String ssoApplicationId)
The associated AWS SSO application Id.
ssoApplicationId
- The associated AWS SSO application Id.public String toString()
toString
in class Object
Object.toString()
public CreatePortalResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.