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