@Generated(value="software.amazon.awssdk:codegen") public final class DescribeActivityResponse extends SfnResponse implements ToCopyableBuilder<DescribeActivityResponse.Builder,DescribeActivityResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeActivityResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
activityArn()
The Amazon Resource Name (ARN) that identifies the activity.
|
static DescribeActivityResponse.Builder |
builder() |
Instant |
creationDate()
The date the activity is created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the activity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeActivityResponse.Builder> |
serializableBuilderClass() |
DescribeActivityResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String activityArn()
The Amazon Resource Name (ARN) that identifies the activity.
public String name()
The name of the activity.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
public Instant creationDate()
The date the activity is created.
public DescribeActivityResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeActivityResponse.Builder,DescribeActivityResponse>toBuilder in class AwsResponsepublic static DescribeActivityResponse.Builder builder()
public static Class<? extends DescribeActivityResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.