Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private ActivityTypeInfo |
ActivityTypeDetail.typeInfo
General information about the activity type.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ActivityTypeInfo> |
ActivityTypeInfos.typeInfos
List of activity type information.
|
Modifier and Type | Method and Description |
---|---|
ActivityTypeInfo |
ActivityTypeInfo.clone() |
ActivityTypeInfo |
ActivityTypeDetail.getTypeInfo()
General information about the activity type.
|
ActivityTypeInfo |
ActivityTypeInfo.withActivityType(ActivityType activityType)
The ActivityType type structure representing the activity type.
|
ActivityTypeInfo |
ActivityTypeInfo.withCreationDate(java.util.Date creationDate)
The date and time this activity type was created through
RegisterActivityType.
|
ActivityTypeInfo |
ActivityTypeInfo.withDeprecationDate(java.util.Date deprecationDate)
If DEPRECATED, the date and time DeprecateActivityType was called.
|
ActivityTypeInfo |
ActivityTypeInfo.withDescription(java.lang.String description)
The description of the activity type provided in
RegisterActivityType.
|
ActivityTypeInfo |
ActivityTypeInfo.withStatus(RegistrationStatus status)
The current status of the activity type.
|
ActivityTypeInfo |
ActivityTypeInfo.withStatus(java.lang.String status)
The current status of the activity type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ActivityTypeInfo> |
ActivityTypeInfos.getTypeInfos()
List of activity type information.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityTypeDetail.setTypeInfo(ActivityTypeInfo typeInfo)
General information about the activity type.
|
ActivityTypeDetail |
ActivityTypeDetail.withTypeInfo(ActivityTypeInfo typeInfo)
General information about the activity type.
|
ActivityTypeInfos |
ActivityTypeInfos.withTypeInfos(ActivityTypeInfo... typeInfos)
List of activity type information.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityTypeInfos.setTypeInfos(java.util.Collection<ActivityTypeInfo> typeInfos)
List of activity type information.
|
ActivityTypeInfos |
ActivityTypeInfos.withTypeInfos(java.util.Collection<ActivityTypeInfo> typeInfos)
List of activity type information.
|
Modifier and Type | Method and Description |
---|---|
ActivityTypeInfo |
ActivityTypeInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityTypeInfoJsonMarshaller.marshall(ActivityTypeInfo activityTypeInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|