@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 web portal.
|
String |
getPortalEndpoint()
The endpoint URL of the web portal that users access in order to start streaming sessions.
|
int |
hashCode() |
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.
|
String |
toString()
Returns a string representation of this object.
|
CreatePortalResult |
withPortalArn(String portalArn)
The ARN of the web portal.
|
CreatePortalResult |
withPortalEndpoint(String portalEndpoint)
The endpoint URL of the web portal that users access in order to start streaming sessions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 CreatePortalResult 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 CreatePortalResult 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 String toString()
toString
in class Object
Object.toString()
public CreatePortalResult clone()