@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceActionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Detailed information about the self-service action.
Constructor and Description |
---|
ServiceActionSummary() |
Modifier and Type | Method and Description |
---|---|
ServiceActionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDefinitionType()
The self-service action definition type.
|
String |
getDescription()
The self-service action description.
|
String |
getId()
The self-service action identifier.
|
String |
getName()
The self-service action name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDefinitionType(String definitionType)
The self-service action definition type.
|
void |
setDescription(String description)
The self-service action description.
|
void |
setId(String id)
The self-service action identifier.
|
void |
setName(String name)
The self-service action name.
|
String |
toString()
Returns a string representation of this object.
|
ServiceActionSummary |
withDefinitionType(ServiceActionDefinitionType definitionType)
The self-service action definition type.
|
ServiceActionSummary |
withDefinitionType(String definitionType)
The self-service action definition type.
|
ServiceActionSummary |
withDescription(String description)
The self-service action description.
|
ServiceActionSummary |
withId(String id)
The self-service action identifier.
|
ServiceActionSummary |
withName(String name)
The self-service action name.
|
public void setId(String id)
The self-service action identifier.
id
- The self-service action identifier.public String getId()
The self-service action identifier.
public ServiceActionSummary withId(String id)
The self-service action identifier.
id
- The self-service action identifier.public void setName(String name)
The self-service action name.
name
- The self-service action name.public String getName()
The self-service action name.
public ServiceActionSummary withName(String name)
The self-service action name.
name
- The self-service action name.public void setDescription(String description)
The self-service action description.
description
- The self-service action description.public String getDescription()
The self-service action description.
public ServiceActionSummary withDescription(String description)
The self-service action description.
description
- The self-service action description.public void setDefinitionType(String definitionType)
The self-service action definition type. For example, SSM_AUTOMATION
.
definitionType
- The self-service action definition type. For example, SSM_AUTOMATION
.ServiceActionDefinitionType
public String getDefinitionType()
The self-service action definition type. For example, SSM_AUTOMATION
.
SSM_AUTOMATION
.ServiceActionDefinitionType
public ServiceActionSummary withDefinitionType(String definitionType)
The self-service action definition type. For example, SSM_AUTOMATION
.
definitionType
- The self-service action definition type. For example, SSM_AUTOMATION
.ServiceActionDefinitionType
public ServiceActionSummary withDefinitionType(ServiceActionDefinitionType definitionType)
The self-service action definition type. For example, SSM_AUTOMATION
.
definitionType
- The self-service action definition type. For example, SSM_AUTOMATION
.ServiceActionDefinitionType
public String toString()
toString
in class Object
Object.toString()
public ServiceActionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.