@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) |
Alarms |
getAlarms()
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
|
String |
getNotificationSenderEmail()
The email address that sends alarm notifications.
|
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 IAM Identity Center application generated client ID (used with IAM Identity Center API operations).
|
String |
getPortalContactEmail()
The Amazon Web Services 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 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 IoT SiteWise resources on your behalf.
|
int |
hashCode() |
void |
setAlarms(Alarms alarms)
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
|
void |
setNotificationSenderEmail(String notificationSenderEmail)
The email address that sends alarm notifications.
|
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 IAM Identity Center application generated client ID (used with IAM Identity Center API operations).
|
void |
setPortalContactEmail(String portalContactEmail)
The Amazon Web Services 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 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 IoT SiteWise resources on your behalf.
|
String |
toString()
Returns a string representation of this object.
|
DescribePortalResult |
withAlarms(Alarms alarms)
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
|
DescribePortalResult |
withNotificationSenderEmail(String notificationSenderEmail)
The email address that sends alarm notifications.
|
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 IAM Identity Center application generated client ID (used with IAM Identity Center API operations).
|
DescribePortalResult |
withPortalContactEmail(String portalContactEmail)
The Amazon Web Services 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 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 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 IAM Identity Center application generated client ID (used with IAM Identity Center API operations). IoT
SiteWise includes portalClientId
for only portals that use IAM Identity Center to authenticate
users.
portalClientId
- The IAM Identity Center application generated client ID (used with IAM Identity Center API operations).
IoT SiteWise includes portalClientId
for only portals that use IAM Identity Center to
authenticate users.public String getPortalClientId()
The IAM Identity Center application generated client ID (used with IAM Identity Center API operations). IoT
SiteWise includes portalClientId
for only portals that use IAM Identity Center to authenticate
users.
portalClientId
for only portals that use IAM Identity Center to
authenticate users.public DescribePortalResult withPortalClientId(String portalClientId)
The IAM Identity Center application generated client ID (used with IAM Identity Center API operations). IoT
SiteWise includes portalClientId
for only portals that use IAM Identity Center to authenticate
users.
portalClientId
- The IAM Identity Center application generated client ID (used with IAM Identity Center API operations).
IoT SiteWise includes portalClientId
for only portals that use IAM Identity Center to
authenticate users.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 DescribePortalResult 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 setPortalContactEmail(String portalContactEmail)
The Amazon Web Services administrator's contact email address.
portalContactEmail
- The Amazon Web Services administrator's contact email address.public String getPortalContactEmail()
The Amazon Web Services administrator's contact email address.
public DescribePortalResult withPortalContactEmail(String portalContactEmail)
The Amazon Web Services administrator's contact email address.
portalContactEmail
- The Amazon Web Services 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 IoT SiteWise resources on your behalf. For more information, see Using service roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.
roleArn
- The ARN of the
service role that allows the portal's users to access your IoT SiteWise resources on your behalf. For more
information, see Using service
roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.public String getRoleArn()
The ARN of the service role that allows the portal's users to access your IoT SiteWise resources on your behalf. For more information, see Using service roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.
public DescribePortalResult withRoleArn(String roleArn)
The ARN of the service role that allows the portal's users to access your IoT SiteWise resources on your behalf. For more information, see Using service roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.
roleArn
- The ARN of the
service role that allows the portal's users to access your IoT SiteWise resources on your behalf. For more
information, see Using service
roles for IoT SiteWise Monitor in the 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 void setNotificationSenderEmail(String notificationSenderEmail)
The email address that sends alarm notifications.
notificationSenderEmail
- The email address that sends alarm notifications.public String getNotificationSenderEmail()
The email address that sends alarm notifications.
public DescribePortalResult withNotificationSenderEmail(String notificationSenderEmail)
The email address that sends alarm notifications.
notificationSenderEmail
- The email address that sends alarm notifications.public void setAlarms(Alarms alarms)
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
alarms
- Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.public Alarms getAlarms()
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
public DescribePortalResult withAlarms(Alarms alarms)
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
alarms
- Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.public String toString()
toString
in class Object
Object.toString()
public DescribePortalResult clone()