Class ActivityType
java.lang.Object
com.amazonaws.services.simpleworkflow.model.ActivityType
- All Implemented Interfaces:
Serializable,Cloneable
Represents an activity type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetName()The name of this activity.The version of this activity.inthashCode()voidThe name of this activity.voidsetVersion(String version) The version of this activity.toString()Returns a string representation of this object; useful for testing and debugging.The name of this activity.withVersion(String version) The version of this activity.
-
Constructor Details
-
ActivityType
public ActivityType()
-
-
Method Details
-
setName
The name of this activity.
The combination of activity type name and version must be unique within a domain. - Parameters:
name- The name of this activity.The combination of activity type name and version must be unique within a domain.
-
getName
The name of this activity.
The combination of activity type name and version must be unique within a domain. - Returns:
- The name of this activity.
The combination of activity type name and version must be unique within a domain.
-
withName
The name of this activity.
The combination of activity type name and version must be unique within a domain. - Parameters:
name- The name of this activity.The combination of activity type name and version must be unique within a domain. - Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVersion
The version of this activity.
The combination of activity type name and version must be unique with in a domain. - Parameters:
version- The version of this activity.The combination of activity type name and version must be unique with in a domain.
-
getVersion
The version of this activity.
The combination of activity type name and version must be unique with in a domain. - Returns:
- The version of this activity.
The combination of activity type name and version must be unique with in a domain.
-
withVersion
The version of this activity.
The combination of activity type name and version must be unique with in a domain. - Parameters:
version- The version of this activity.The combination of activity type name and version must be unique with in a domain. - Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-