public final class OrchestrationServiceStateInput extends Object
Constructor and Description |
---|
OrchestrationServiceStateInput() |
Modifier and Type | Method and Description |
---|---|
OrchestrationServiceStateAction |
action()
Get the action property: The action to be performed.
|
OrchestrationServiceNames |
serviceName()
Get the serviceName property: The name of the service.
|
void |
validate()
Validates the instance.
|
OrchestrationServiceStateInput |
withAction(OrchestrationServiceStateAction action)
Set the action property: The action to be performed.
|
OrchestrationServiceStateInput |
withServiceName(OrchestrationServiceNames serviceName)
Set the serviceName property: The name of the service.
|
public OrchestrationServiceNames serviceName()
public OrchestrationServiceStateInput withServiceName(OrchestrationServiceNames serviceName)
serviceName
- the serviceName value to set.public OrchestrationServiceStateAction action()
public OrchestrationServiceStateInput withAction(OrchestrationServiceStateAction action)
action
- the action value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.