StructuredPojo
, ToCopyableBuilder<RebootRequest.Builder,RebootRequest>
@Generated("software.amazon.awssdk:codegen") public class RebootRequest extends Object implements StructuredPojo, ToCopyableBuilder<RebootRequest.Builder,RebootRequest>
Contains information used with the RebootWorkspaces operation to reboot a WorkSpace.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RebootRequest.Builder |
Modifier and Type | Method | Description |
---|---|---|
static RebootRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends RebootRequest.Builder> |
serializableBuilderClass() |
|
RebootRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
workspaceId() |
The identifier of the WorkSpace to reboot.
|
public String workspaceId()
The identifier of the WorkSpace to reboot.
public RebootRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RebootRequest.Builder,RebootRequest>
public static RebootRequest.Builder builder()
public static Class<? extends RebootRequest.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.