public final class ContainerExecResponseInner extends Object
| Constructor and Description |
|---|
ContainerExecResponseInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
password()
Get the password property: The password to start the exec command.
|
void |
validate()
Validates the instance.
|
String |
webSocketUri()
Get the webSocketUri property: The uri for the exec websocket.
|
ContainerExecResponseInner |
withPassword(String password)
Set the password property: The password to start the exec command.
|
ContainerExecResponseInner |
withWebSocketUri(String webSocketUri)
Set the webSocketUri property: The uri for the exec websocket.
|
public String webSocketUri()
public ContainerExecResponseInner withWebSocketUri(String webSocketUri)
webSocketUri - the webSocketUri value to set.public String password()
public ContainerExecResponseInner 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.