@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PortalSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the portal.
Constructor and Description |
---|
PortalSummary() |
Modifier and Type | Method and Description |
---|---|
PortalSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAuthenticationType()
The type of authentication integration points used when signing into the web portal.
|
String |
getBrowserSettingsArn()
The ARN of the browser settings that is associated with the web portal.
|
String |
getBrowserType()
The browser type of the web portal.
|
Date |
getCreationDate()
The creation date of the web portal.
|
String |
getDisplayName()
The name of the web portal.
|
String |
getIpAccessSettingsArn()
The ARN of the IP access settings.
|
String |
getNetworkSettingsArn()
The ARN of the network settings that is associated with the web portal.
|
String |
getPortalArn()
The ARN of the web portal.
|
String |
getPortalEndpoint()
The endpoint URL of the web portal that users access in order to start streaming sessions.
|
String |
getPortalStatus()
The status of the web portal.
|
String |
getRendererType()
The renderer that is used in streaming sessions.
|
String |
getTrustStoreArn()
The ARN of the trust that is associated with this web portal.
|
String |
getUserAccessLoggingSettingsArn()
The ARN of the user access logging settings that is associated with the web portal.
|
String |
getUserSettingsArn()
The ARN of the user settings that is associated with the web portal.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAuthenticationType(String authenticationType)
The type of authentication integration points used when signing into the web portal.
|
void |
setBrowserSettingsArn(String browserSettingsArn)
The ARN of the browser settings that is associated with the web portal.
|
void |
setBrowserType(String browserType)
The browser type of the web portal.
|
void |
setCreationDate(Date creationDate)
The creation date of the web portal.
|
void |
setDisplayName(String displayName)
The name of the web portal.
|
void |
setIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings.
|
void |
setNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings that is associated with the web portal.
|
void |
setPortalArn(String portalArn)
The ARN of the web portal.
|
void |
setPortalEndpoint(String portalEndpoint)
The endpoint URL of the web portal that users access in order to start streaming sessions.
|
void |
setPortalStatus(String portalStatus)
The status of the web portal.
|
void |
setRendererType(String rendererType)
The renderer that is used in streaming sessions.
|
void |
setTrustStoreArn(String trustStoreArn)
The ARN of the trust that is associated with this web portal.
|
void |
setUserAccessLoggingSettingsArn(String userAccessLoggingSettingsArn)
The ARN of the user access logging settings that is associated with the web portal.
|
void |
setUserSettingsArn(String userSettingsArn)
The ARN of the user settings that is associated with the web portal.
|
String |
toString()
Returns a string representation of this object.
|
PortalSummary |
withAuthenticationType(AuthenticationType authenticationType)
The type of authentication integration points used when signing into the web portal.
|
PortalSummary |
withAuthenticationType(String authenticationType)
The type of authentication integration points used when signing into the web portal.
|
PortalSummary |
withBrowserSettingsArn(String browserSettingsArn)
The ARN of the browser settings that is associated with the web portal.
|
PortalSummary |
withBrowserType(BrowserType browserType)
The browser type of the web portal.
|
PortalSummary |
withBrowserType(String browserType)
The browser type of the web portal.
|
PortalSummary |
withCreationDate(Date creationDate)
The creation date of the web portal.
|
PortalSummary |
withDisplayName(String displayName)
The name of the web portal.
|
PortalSummary |
withIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings.
|
PortalSummary |
withNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings that is associated with the web portal.
|
PortalSummary |
withPortalArn(String portalArn)
The ARN of the web portal.
|
PortalSummary |
withPortalEndpoint(String portalEndpoint)
The endpoint URL of the web portal that users access in order to start streaming sessions.
|
PortalSummary |
withPortalStatus(PortalStatus portalStatus)
The status of the web portal.
|
PortalSummary |
withPortalStatus(String portalStatus)
The status of the web portal.
|
PortalSummary |
withRendererType(RendererType rendererType)
The renderer that is used in streaming sessions.
|
PortalSummary |
withRendererType(String rendererType)
The renderer that is used in streaming sessions.
|
PortalSummary |
withTrustStoreArn(String trustStoreArn)
The ARN of the trust that is associated with this web portal.
|
PortalSummary |
withUserAccessLoggingSettingsArn(String userAccessLoggingSettingsArn)
The ARN of the user access logging settings that is associated with the web portal.
|
PortalSummary |
withUserSettingsArn(String userSettingsArn)
The ARN of the user settings that is associated with the web portal.
|
public void setAuthenticationType(String authenticationType)
The type of authentication integration points used when signing into the web portal. Defaults to
Standard
.
Standard
web portals are authenticated directly through your identity provider. You need to call
CreateIdentityProvider
to integrate your identity provider with your web portal. User and group
access to your web portal is controlled through your identity provider.
IAM_Identity_Center
web portals are authenticated through AWS IAM Identity Center (successor to AWS
Single Sign-On). They provide additional features, such as IdP-initiated authentication. Identity sources
(including external identity provider integration), plus user and group access to your web portal, can be
configured in the IAM Identity Center.
authenticationType
- The type of authentication integration points used when signing into the web portal. Defaults to
Standard
.
Standard
web portals are authenticated directly through your identity provider. You need to
call CreateIdentityProvider
to integrate your identity provider with your web portal. User
and group access to your web portal is controlled through your identity provider.
IAM_Identity_Center
web portals are authenticated through AWS IAM Identity Center (successor
to AWS Single Sign-On). They provide additional features, such as IdP-initiated authentication. Identity
sources (including external identity provider integration), plus user and group access to your web portal,
can be configured in the IAM Identity Center.
AuthenticationType
public String getAuthenticationType()
The type of authentication integration points used when signing into the web portal. Defaults to
Standard
.
Standard
web portals are authenticated directly through your identity provider. You need to call
CreateIdentityProvider
to integrate your identity provider with your web portal. User and group
access to your web portal is controlled through your identity provider.
IAM_Identity_Center
web portals are authenticated through AWS IAM Identity Center (successor to AWS
Single Sign-On). They provide additional features, such as IdP-initiated authentication. Identity sources
(including external identity provider integration), plus user and group access to your web portal, can be
configured in the IAM Identity Center.
Standard
.
Standard
web portals are authenticated directly through your identity provider. You need to
call CreateIdentityProvider
to integrate your identity provider with your web portal. User
and group access to your web portal is controlled through your identity provider.
IAM_Identity_Center
web portals are authenticated through AWS IAM Identity Center (successor
to AWS Single Sign-On). They provide additional features, such as IdP-initiated authentication. Identity
sources (including external identity provider integration), plus user and group access to your web
portal, can be configured in the IAM Identity Center.
AuthenticationType
public PortalSummary withAuthenticationType(String authenticationType)
The type of authentication integration points used when signing into the web portal. Defaults to
Standard
.
Standard
web portals are authenticated directly through your identity provider. You need to call
CreateIdentityProvider
to integrate your identity provider with your web portal. User and group
access to your web portal is controlled through your identity provider.
IAM_Identity_Center
web portals are authenticated through AWS IAM Identity Center (successor to AWS
Single Sign-On). They provide additional features, such as IdP-initiated authentication. Identity sources
(including external identity provider integration), plus user and group access to your web portal, can be
configured in the IAM Identity Center.
authenticationType
- The type of authentication integration points used when signing into the web portal. Defaults to
Standard
.
Standard
web portals are authenticated directly through your identity provider. You need to
call CreateIdentityProvider
to integrate your identity provider with your web portal. User
and group access to your web portal is controlled through your identity provider.
IAM_Identity_Center
web portals are authenticated through AWS IAM Identity Center (successor
to AWS Single Sign-On). They provide additional features, such as IdP-initiated authentication. Identity
sources (including external identity provider integration), plus user and group access to your web portal,
can be configured in the IAM Identity Center.
AuthenticationType
public PortalSummary withAuthenticationType(AuthenticationType authenticationType)
The type of authentication integration points used when signing into the web portal. Defaults to
Standard
.
Standard
web portals are authenticated directly through your identity provider. You need to call
CreateIdentityProvider
to integrate your identity provider with your web portal. User and group
access to your web portal is controlled through your identity provider.
IAM_Identity_Center
web portals are authenticated through AWS IAM Identity Center (successor to AWS
Single Sign-On). They provide additional features, such as IdP-initiated authentication. Identity sources
(including external identity provider integration), plus user and group access to your web portal, can be
configured in the IAM Identity Center.
authenticationType
- The type of authentication integration points used when signing into the web portal. Defaults to
Standard
.
Standard
web portals are authenticated directly through your identity provider. You need to
call CreateIdentityProvider
to integrate your identity provider with your web portal. User
and group access to your web portal is controlled through your identity provider.
IAM_Identity_Center
web portals are authenticated through AWS IAM Identity Center (successor
to AWS Single Sign-On). They provide additional features, such as IdP-initiated authentication. Identity
sources (including external identity provider integration), plus user and group access to your web portal,
can be configured in the IAM Identity Center.
AuthenticationType
public void setBrowserSettingsArn(String browserSettingsArn)
The ARN of the browser settings that is associated with the web portal.
browserSettingsArn
- The ARN of the browser settings that is associated with the web portal.public String getBrowserSettingsArn()
The ARN of the browser settings that is associated with the web portal.
public PortalSummary withBrowserSettingsArn(String browserSettingsArn)
The ARN of the browser settings that is associated with the web portal.
browserSettingsArn
- The ARN of the browser settings that is associated with the web portal.public void setBrowserType(String browserType)
The browser type of the web portal.
browserType
- The browser type of the web portal.BrowserType
public String getBrowserType()
The browser type of the web portal.
BrowserType
public PortalSummary withBrowserType(String browserType)
The browser type of the web portal.
browserType
- The browser type of the web portal.BrowserType
public PortalSummary withBrowserType(BrowserType browserType)
The browser type of the web portal.
browserType
- The browser type of the web portal.BrowserType
public void setCreationDate(Date creationDate)
The creation date of the web portal.
creationDate
- The creation date of the web portal.public Date getCreationDate()
The creation date of the web portal.
public PortalSummary withCreationDate(Date creationDate)
The creation date of the web portal.
creationDate
- The creation date of the web portal.public void setDisplayName(String displayName)
The name of the web portal.
displayName
- The name of the web portal.public String getDisplayName()
The name of the web portal.
public PortalSummary withDisplayName(String displayName)
The name of the web portal.
displayName
- The name of the web portal.public void setIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings.
ipAccessSettingsArn
- The ARN of the IP access settings.public String getIpAccessSettingsArn()
The ARN of the IP access settings.
public PortalSummary withIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings.
ipAccessSettingsArn
- The ARN of the IP access settings.public void setNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings that is associated with the web portal.
networkSettingsArn
- The ARN of the network settings that is associated with the web portal.public String getNetworkSettingsArn()
The ARN of the network settings that is associated with the web portal.
public PortalSummary withNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings that is associated with the web portal.
networkSettingsArn
- The ARN of the network settings that is associated with the web portal.public void setPortalArn(String portalArn)
The ARN of the web portal.
portalArn
- The ARN of the web portal.public String getPortalArn()
The ARN of the web portal.
public PortalSummary withPortalArn(String portalArn)
The ARN of the web portal.
portalArn
- The ARN of the web portal.public void setPortalEndpoint(String portalEndpoint)
The endpoint URL of the web portal that users access in order to start streaming sessions.
portalEndpoint
- The endpoint URL of the web portal that users access in order to start streaming sessions.public String getPortalEndpoint()
The endpoint URL of the web portal that users access in order to start streaming sessions.
public PortalSummary withPortalEndpoint(String portalEndpoint)
The endpoint URL of the web portal that users access in order to start streaming sessions.
portalEndpoint
- The endpoint URL of the web portal that users access in order to start streaming sessions.public void setPortalStatus(String portalStatus)
The status of the web portal.
portalStatus
- The status of the web portal.PortalStatus
public String getPortalStatus()
The status of the web portal.
PortalStatus
public PortalSummary withPortalStatus(String portalStatus)
The status of the web portal.
portalStatus
- The status of the web portal.PortalStatus
public PortalSummary withPortalStatus(PortalStatus portalStatus)
The status of the web portal.
portalStatus
- The status of the web portal.PortalStatus
public void setRendererType(String rendererType)
The renderer that is used in streaming sessions.
rendererType
- The renderer that is used in streaming sessions.RendererType
public String getRendererType()
The renderer that is used in streaming sessions.
RendererType
public PortalSummary withRendererType(String rendererType)
The renderer that is used in streaming sessions.
rendererType
- The renderer that is used in streaming sessions.RendererType
public PortalSummary withRendererType(RendererType rendererType)
The renderer that is used in streaming sessions.
rendererType
- The renderer that is used in streaming sessions.RendererType
public void setTrustStoreArn(String trustStoreArn)
The ARN of the trust that is associated with this web portal.
trustStoreArn
- The ARN of the trust that is associated with this web portal.public String getTrustStoreArn()
The ARN of the trust that is associated with this web portal.
public PortalSummary withTrustStoreArn(String trustStoreArn)
The ARN of the trust that is associated with this web portal.
trustStoreArn
- The ARN of the trust that is associated with this web portal.public void setUserAccessLoggingSettingsArn(String userAccessLoggingSettingsArn)
The ARN of the user access logging settings that is associated with the web portal.
userAccessLoggingSettingsArn
- The ARN of the user access logging settings that is associated with the web portal.public String getUserAccessLoggingSettingsArn()
The ARN of the user access logging settings that is associated with the web portal.
public PortalSummary withUserAccessLoggingSettingsArn(String userAccessLoggingSettingsArn)
The ARN of the user access logging settings that is associated with the web portal.
userAccessLoggingSettingsArn
- The ARN of the user access logging settings that is associated with the web portal.public void setUserSettingsArn(String userSettingsArn)
The ARN of the user settings that is associated with the web portal.
userSettingsArn
- The ARN of the user settings that is associated with the web portal.public String getUserSettingsArn()
The ARN of the user settings that is associated with the web portal.
public PortalSummary withUserSettingsArn(String userSettingsArn)
The ARN of the user settings that is associated with the web portal.
userSettingsArn
- The ARN of the user settings that is associated with the web portal.public String toString()
toString
in class Object
Object.toString()
public PortalSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.