StructuredPojo, ToCopyableBuilder<StopRequest.Builder,StopRequest>@Generated("software.amazon.awssdk:codegen") public class StopRequest extends Object implements StructuredPojo, ToCopyableBuilder<StopRequest.Builder,StopRequest>
Describes the stop request.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
StopRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static StopRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends StopRequest.Builder> |
serializableBuilderClass() |
|
StopRequest.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 ID of the WorkSpace.
|
public String workspaceId()
The ID of the WorkSpace.
public StopRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<StopRequest.Builder,StopRequest>public static StopRequest.Builder builder()
public static Class<? extends StopRequest.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.