StructuredPojo
, ToCopyableBuilder<ActivityType.Builder,ActivityType>
@Generated("software.amazon.awssdk:codegen") public class ActivityType extends Object implements StructuredPojo, ToCopyableBuilder<ActivityType.Builder,ActivityType>
Represents an activity type.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ActivityType.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ActivityType.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of this activity.
|
static Class<? extends ActivityType.Builder> |
serializableBuilderClass() |
|
ActivityType.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
The version of this activity.
|
public String name()
The name of this activity.
public String version()
The version of this activity.
public ActivityType.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ActivityType.Builder,ActivityType>
public static ActivityType.Builder builder()
public static Class<? extends ActivityType.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.