@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivityTypeDetail extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Detailed information about an activity type.
Constructor and Description |
---|
ActivityTypeDetail() |
Modifier and Type | Method and Description |
---|---|
ActivityTypeDetail |
clone() |
boolean |
equals(Object obj) |
ActivityTypeConfiguration |
getConfiguration()
The configuration settings registered with the activity type.
|
ActivityTypeInfo |
getTypeInfo()
General information about the activity type.
|
int |
hashCode() |
void |
setConfiguration(ActivityTypeConfiguration configuration)
The configuration settings registered with the activity type.
|
void |
setTypeInfo(ActivityTypeInfo typeInfo)
General information about the activity type.
|
String |
toString()
Returns a string representation of this object.
|
ActivityTypeDetail |
withConfiguration(ActivityTypeConfiguration configuration)
The configuration settings registered with the activity type.
|
ActivityTypeDetail |
withTypeInfo(ActivityTypeInfo typeInfo)
General information about the activity type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTypeInfo(ActivityTypeInfo typeInfo)
General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
REGISTERED
– The type is registered and available. Workers supporting this type should be running.
DEPRECATED
– The type was deprecated using DeprecateActivityType, but is still in use. You
should keep workers supporting this type running. You cannot create new tasks of this type.
typeInfo
- General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
REGISTERED
– The type is registered and available. Workers supporting this type should be
running.
DEPRECATED
– The type was deprecated using DeprecateActivityType, but is still in use.
You should keep workers supporting this type running. You cannot create new tasks of this type.
public ActivityTypeInfo getTypeInfo()
General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
REGISTERED
– The type is registered and available. Workers supporting this type should be running.
DEPRECATED
– The type was deprecated using DeprecateActivityType, but is still in use. You
should keep workers supporting this type running. You cannot create new tasks of this type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
REGISTERED
– The type is registered and available. Workers supporting this type should be
running.
DEPRECATED
– The type was deprecated using DeprecateActivityType, but is still in
use. You should keep workers supporting this type running. You cannot create new tasks of this type.
public ActivityTypeDetail withTypeInfo(ActivityTypeInfo typeInfo)
General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
REGISTERED
– The type is registered and available. Workers supporting this type should be running.
DEPRECATED
– The type was deprecated using DeprecateActivityType, but is still in use. You
should keep workers supporting this type running. You cannot create new tasks of this type.
typeInfo
- General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
REGISTERED
– The type is registered and available. Workers supporting this type should be
running.
DEPRECATED
– The type was deprecated using DeprecateActivityType, but is still in use.
You should keep workers supporting this type running. You cannot create new tasks of this type.
public void setConfiguration(ActivityTypeConfiguration configuration)
The configuration settings registered with the activity type.
configuration
- The configuration settings registered with the activity type.public ActivityTypeConfiguration getConfiguration()
The configuration settings registered with the activity type.
public ActivityTypeDetail withConfiguration(ActivityTypeConfiguration configuration)
The configuration settings registered with the activity type.
configuration
- The configuration settings registered with the activity type.public String toString()
toString
in class Object
Object.toString()
public ActivityTypeDetail clone()