@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePortalResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribePortalResult() |
Modifier and Type | Method and Description |
---|---|
DescribePortalResult |
clone() |
boolean |
equals(Object obj) |
String |
getPortalArn()
The ARN of the portal,
which has the following format.
|
String |
getPortalAuthMode()
The service to use to authenticate users to the portal.
|
String |
getPortalClientId()
The AWS SSO application generated client ID (used with AWS SSO APIs).
|
String |
getPortalContactEmail()
The AWS administrator's contact email address.
|
Date |
getPortalCreationDate()
The date the portal was created, in Unix epoch time.
|
String |
getPortalDescription()
The portal's description.
|
String |
getPortalId()
The ID of the portal.
|
Date |
getPortalLastUpdateDate()
The date the portal was last updated, in Unix epoch time.
|
ImageLocation |
getPortalLogoImageLocation()
The portal's logo image, which is available at a URL.
|
String |
getPortalName()
The name of the portal.
|
String |
getPortalStartUrl()
The URL for the AWS IoT SiteWise Monitor portal.
|
PortalStatus |
getPortalStatus()
The current status of the portal, which contains a state and any error message.
|
String |
getRoleArn()
The ARN of the service
role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf.
|
int |
hashCode() |
void |
setPortalArn(String portalArn)
The ARN of the portal,
which has the following format.
|
void |
setPortalAuthMode(String portalAuthMode)
The service to use to authenticate users to the portal.
|
void |
setPortalClientId(String portalClientId)
The AWS SSO application generated client ID (used with AWS SSO APIs).
|
void |
setPortalContactEmail(String portalContactEmail)
The AWS administrator's contact email address.
|
void |
setPortalCreationDate(Date portalCreationDate)
The date the portal was created, in Unix epoch time.
|
void |
setPortalDescription(String portalDescription)
The portal's description.
|
void |
setPortalId(String portalId)
The ID of the portal.
|
void |
setPortalLastUpdateDate(Date portalLastUpdateDate)
The date the portal was last updated, in Unix epoch time.
|
void |
setPortalLogoImageLocation(ImageLocation portalLogoImageLocation)
The portal's logo image, which is available at a URL.
|
void |
setPortalName(String portalName)
The name of the portal.
|
void |
setPortalStartUrl(String portalStartUrl)
The URL for the AWS IoT SiteWise Monitor portal.
|
void |
setPortalStatus(PortalStatus portalStatus)
The current status of the portal, which contains a state and any error message.
|
void |
setRoleArn(String roleArn)
The ARN of the service
role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf.
|
String |
toString()
Returns a string representation of this object.
|
DescribePortalResult |
withPortalArn(String portalArn)
The ARN of the portal,
which has the following format.
|
DescribePortalResult |
withPortalAuthMode(AuthMode portalAuthMode)
The service to use to authenticate users to the portal.
|
DescribePortalResult |
withPortalAuthMode(String portalAuthMode)
The service to use to authenticate users to the portal.
|
DescribePortalResult |
withPortalClientId(String portalClientId)
The AWS SSO application generated client ID (used with AWS SSO APIs).
|
DescribePortalResult |
withPortalContactEmail(String portalContactEmail)
The AWS administrator's contact email address.
|
DescribePortalResult |
withPortalCreationDate(Date portalCreationDate)
The date the portal was created, in Unix epoch time.
|
DescribePortalResult |
withPortalDescription(String portalDescription)
The portal's description.
|
DescribePortalResult |
withPortalId(String portalId)
The ID of the portal.
|
DescribePortalResult |
withPortalLastUpdateDate(Date portalLastUpdateDate)
The date the portal was last updated, in Unix epoch time.
|
DescribePortalResult |
withPortalLogoImageLocation(ImageLocation portalLogoImageLocation)
The portal's logo image, which is available at a URL.
|
DescribePortalResult |
withPortalName(String portalName)
The name of the portal.
|
DescribePortalResult |
withPortalStartUrl(String portalStartUrl)
The URL for the AWS IoT SiteWise Monitor portal.
|
DescribePortalResult |
withPortalStatus(PortalStatus portalStatus)
The current status of the portal, which contains a state and any error message.
|
DescribePortalResult |
withRoleArn(String roleArn)
The ARN of the service
role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPortalId(String portalId)
The ID of the portal.
portalId
- The ID of the portal.public String getPortalId()
The ID of the portal.
public DescribePortalResult withPortalId(String portalId)
The ID of the portal.
portalId
- The ID of the 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 DescribePortalResult 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 setPortalName(String portalName)
The name of the portal.
portalName
- The name of the portal.public String getPortalName()
The name of the portal.
public DescribePortalResult withPortalName(String portalName)
The name of the portal.
portalName
- The name of the portal.public void setPortalDescription(String portalDescription)
The portal's description.
portalDescription
- The portal's description.public String getPortalDescription()
The portal's description.
public DescribePortalResult withPortalDescription(String portalDescription)
The portal's description.
portalDescription
- The portal's description.public void setPortalClientId(String portalClientId)
The AWS SSO application generated client ID (used with AWS SSO APIs). AWS IoT SiteWise includes
portalClientId
for only portals that use AWS SSO to authenticate users.
portalClientId
- The AWS SSO application generated client ID (used with AWS SSO APIs). AWS IoT SiteWise includes
portalClientId
for only portals that use AWS SSO to authenticate users.public String getPortalClientId()
The AWS SSO application generated client ID (used with AWS SSO APIs). AWS IoT SiteWise includes
portalClientId
for only portals that use AWS SSO to authenticate users.
portalClientId
for only portals that use AWS SSO to authenticate users.public DescribePortalResult withPortalClientId(String portalClientId)
The AWS SSO application generated client ID (used with AWS SSO APIs). AWS IoT SiteWise includes
portalClientId
for only portals that use AWS SSO to authenticate users.
portalClientId
- The AWS SSO application generated client ID (used with AWS SSO APIs). AWS IoT SiteWise includes
portalClientId
for only portals that use AWS SSO to authenticate users.public void setPortalStartUrl(String portalStartUrl)
The URL for the AWS IoT SiteWise Monitor portal. You can use this URL to access portals that use AWS SSO for authentication. For portals that use IAM for authentication, you must use the AWS IoT SiteWise console to get a URL that you can use to access the portal.
portalStartUrl
- The URL for the AWS IoT SiteWise Monitor portal. You can use this URL to access portals that use AWS SSO
for authentication. For portals that use IAM for authentication, you must use the AWS IoT SiteWise console
to get a URL that you can use to access the portal.public String getPortalStartUrl()
The URL for the AWS IoT SiteWise Monitor portal. You can use this URL to access portals that use AWS SSO for authentication. For portals that use IAM for authentication, you must use the AWS IoT SiteWise console to get a URL that you can use to access the portal.
public DescribePortalResult withPortalStartUrl(String portalStartUrl)
The URL for the AWS IoT SiteWise Monitor portal. You can use this URL to access portals that use AWS SSO for authentication. For portals that use IAM for authentication, you must use the AWS IoT SiteWise console to get a URL that you can use to access the portal.
portalStartUrl
- The URL for the AWS IoT SiteWise Monitor portal. You can use this URL to access portals that use AWS SSO
for authentication. For portals that use IAM for authentication, you must use the AWS IoT SiteWise console
to get a URL that you can use to access the portal.public void setPortalContactEmail(String portalContactEmail)
The AWS administrator's contact email address.
portalContactEmail
- The AWS administrator's contact email address.public String getPortalContactEmail()
The AWS administrator's contact email address.
public DescribePortalResult withPortalContactEmail(String portalContactEmail)
The AWS administrator's contact email address.
portalContactEmail
- The AWS administrator's contact email address.public void setPortalStatus(PortalStatus portalStatus)
The current status of the portal, which contains a state and any error message.
portalStatus
- The current status of the portal, which contains a state and any error message.public PortalStatus getPortalStatus()
The current status of the portal, which contains a state and any error message.
public DescribePortalResult withPortalStatus(PortalStatus portalStatus)
The current status of the portal, which contains a state and any error message.
portalStatus
- The current status of the portal, which contains a state and any error message.public void setPortalCreationDate(Date portalCreationDate)
The date the portal was created, in Unix epoch time.
portalCreationDate
- The date the portal was created, in Unix epoch time.public Date getPortalCreationDate()
The date the portal was created, in Unix epoch time.
public DescribePortalResult withPortalCreationDate(Date portalCreationDate)
The date the portal was created, in Unix epoch time.
portalCreationDate
- The date the portal was created, in Unix epoch time.public void setPortalLastUpdateDate(Date portalLastUpdateDate)
The date the portal was last updated, in Unix epoch time.
portalLastUpdateDate
- The date the portal was last updated, in Unix epoch time.public Date getPortalLastUpdateDate()
The date the portal was last updated, in Unix epoch time.
public DescribePortalResult withPortalLastUpdateDate(Date portalLastUpdateDate)
The date the portal was last updated, in Unix epoch time.
portalLastUpdateDate
- The date the portal was last updated, in Unix epoch time.public void setPortalLogoImageLocation(ImageLocation portalLogoImageLocation)
The portal's logo image, which is available at a URL.
portalLogoImageLocation
- The portal's logo image, which is available at a URL.public ImageLocation getPortalLogoImageLocation()
The portal's logo image, which is available at a URL.
public DescribePortalResult withPortalLogoImageLocation(ImageLocation portalLogoImageLocation)
The portal's logo image, which is available at a URL.
portalLogoImageLocation
- The portal's logo image, which is available at a URL.public void setRoleArn(String roleArn)
The ARN of the service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf. For more information, see Using service roles for AWS IoT SiteWise Monitor in the AWS IoT SiteWise User Guide.
roleArn
- The ARN of the
service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf. For
more information, see Using service
roles for AWS IoT SiteWise Monitor in the AWS IoT SiteWise User Guide.public String getRoleArn()
The ARN of the service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf. For more information, see Using service roles for AWS IoT SiteWise Monitor in the AWS IoT SiteWise User Guide.
public DescribePortalResult withRoleArn(String roleArn)
The ARN of the service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf. For more information, see Using service roles for AWS IoT SiteWise Monitor in the AWS IoT SiteWise User Guide.
roleArn
- The ARN of the
service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf. For
more information, see Using service
roles for AWS IoT SiteWise Monitor in the AWS IoT SiteWise User Guide.public void setPortalAuthMode(String portalAuthMode)
The service to use to authenticate users to the portal.
portalAuthMode
- The service to use to authenticate users to the portal.AuthMode
public String getPortalAuthMode()
The service to use to authenticate users to the portal.
AuthMode
public DescribePortalResult withPortalAuthMode(String portalAuthMode)
The service to use to authenticate users to the portal.
portalAuthMode
- The service to use to authenticate users to the portal.AuthMode
public DescribePortalResult withPortalAuthMode(AuthMode portalAuthMode)
The service to use to authenticate users to the portal.
portalAuthMode
- The service to use to authenticate users to the portal.AuthMode
public String toString()
toString
in class Object
Object.toString()
public DescribePortalResult clone()