@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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
withUserSettingsArn(String userSettingsArn)
The ARN of the user settings that is associated with the web portal.
|
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 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 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.