public final class ContainerAttachResponseInner extends Object
| Constructor and Description |
|---|
ContainerAttachResponseInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
password()
Get the password property: The password to the output stream from the attach.
|
void |
validate()
Validates the instance.
|
String |
webSocketUri()
Get the webSocketUri property: The uri for the output stream from the attach.
|
ContainerAttachResponseInner |
withPassword(String password)
Set the password property: The password to the output stream from the attach.
|
ContainerAttachResponseInner |
withWebSocketUri(String webSocketUri)
Set the webSocketUri property: The uri for the output stream from the attach.
|
public String webSocketUri()
public ContainerAttachResponseInner withWebSocketUri(String webSocketUri)
webSocketUri - the webSocketUri value to set.public String password()
public ContainerAttachResponseInner withPassword(String password)
password - the password value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.