@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SopRecommendation extends Object implements Serializable, Cloneable, StructuredPojo
Defines a standard operating procedure (SOP) recommendation.
| Constructor and Description |
|---|
SopRecommendation() |
| Modifier and Type | Method and Description |
|---|---|
SopRecommendation |
clone() |
boolean |
equals(Object obj) |
String |
getAppComponentName()
Name of the Application Component.
|
String |
getDescription()
Description of the SOP recommendation.
|
List<RecommendationItem> |
getItems()
The recommendation items.
|
String |
getName()
Name of the SOP recommendation.
|
String |
getPrerequisite()
Prerequisite for the SOP recommendation.
|
String |
getRecommendationId()
Identifier for the SOP recommendation.
|
String |
getRecommendationStatus()
Status of the recommended standard operating procedure.
|
String |
getReferenceId()
Reference identifier for the SOP recommendation.
|
String |
getServiceType()
The service type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAppComponentName(String appComponentName)
Name of the Application Component.
|
void |
setDescription(String description)
Description of the SOP recommendation.
|
void |
setItems(Collection<RecommendationItem> items)
The recommendation items.
|
void |
setName(String name)
Name of the SOP recommendation.
|
void |
setPrerequisite(String prerequisite)
Prerequisite for the SOP recommendation.
|
void |
setRecommendationId(String recommendationId)
Identifier for the SOP recommendation.
|
void |
setRecommendationStatus(String recommendationStatus)
Status of the recommended standard operating procedure.
|
void |
setReferenceId(String referenceId)
Reference identifier for the SOP recommendation.
|
void |
setServiceType(String serviceType)
The service type.
|
String |
toString()
Returns a string representation of this object.
|
SopRecommendation |
withAppComponentName(String appComponentName)
Name of the Application Component.
|
SopRecommendation |
withDescription(String description)
Description of the SOP recommendation.
|
SopRecommendation |
withItems(Collection<RecommendationItem> items)
The recommendation items.
|
SopRecommendation |
withItems(RecommendationItem... items)
The recommendation items.
|
SopRecommendation |
withName(String name)
Name of the SOP recommendation.
|
SopRecommendation |
withPrerequisite(String prerequisite)
Prerequisite for the SOP recommendation.
|
SopRecommendation |
withRecommendationId(String recommendationId)
Identifier for the SOP recommendation.
|
SopRecommendation |
withRecommendationStatus(RecommendationStatus recommendationStatus)
Status of the recommended standard operating procedure.
|
SopRecommendation |
withRecommendationStatus(String recommendationStatus)
Status of the recommended standard operating procedure.
|
SopRecommendation |
withReferenceId(String referenceId)
Reference identifier for the SOP recommendation.
|
SopRecommendation |
withServiceType(SopServiceType serviceType)
The service type.
|
SopRecommendation |
withServiceType(String serviceType)
The service type.
|
public void setAppComponentName(String appComponentName)
Name of the Application Component.
appComponentName - Name of the Application Component.public String getAppComponentName()
Name of the Application Component.
public SopRecommendation withAppComponentName(String appComponentName)
Name of the Application Component.
appComponentName - Name of the Application Component.public void setDescription(String description)
Description of the SOP recommendation.
description - Description of the SOP recommendation.public String getDescription()
Description of the SOP recommendation.
public SopRecommendation withDescription(String description)
Description of the SOP recommendation.
description - Description of the SOP recommendation.public List<RecommendationItem> getItems()
The recommendation items.
public void setItems(Collection<RecommendationItem> items)
The recommendation items.
items - The recommendation items.public SopRecommendation withItems(RecommendationItem... items)
The recommendation items.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the
existing values.
items - The recommendation items.public SopRecommendation withItems(Collection<RecommendationItem> items)
The recommendation items.
items - The recommendation items.public void setName(String name)
Name of the SOP recommendation.
name - Name of the SOP recommendation.public String getName()
Name of the SOP recommendation.
public SopRecommendation withName(String name)
Name of the SOP recommendation.
name - Name of the SOP recommendation.public void setPrerequisite(String prerequisite)
Prerequisite for the SOP recommendation.
prerequisite - Prerequisite for the SOP recommendation.public String getPrerequisite()
Prerequisite for the SOP recommendation.
public SopRecommendation withPrerequisite(String prerequisite)
Prerequisite for the SOP recommendation.
prerequisite - Prerequisite for the SOP recommendation.public void setRecommendationId(String recommendationId)
Identifier for the SOP recommendation.
recommendationId - Identifier for the SOP recommendation.public String getRecommendationId()
Identifier for the SOP recommendation.
public SopRecommendation withRecommendationId(String recommendationId)
Identifier for the SOP recommendation.
recommendationId - Identifier for the SOP recommendation.public void setRecommendationStatus(String recommendationStatus)
Status of the recommended standard operating procedure.
recommendationStatus - Status of the recommended standard operating procedure.RecommendationStatuspublic String getRecommendationStatus()
Status of the recommended standard operating procedure.
RecommendationStatuspublic SopRecommendation withRecommendationStatus(String recommendationStatus)
Status of the recommended standard operating procedure.
recommendationStatus - Status of the recommended standard operating procedure.RecommendationStatuspublic SopRecommendation withRecommendationStatus(RecommendationStatus recommendationStatus)
Status of the recommended standard operating procedure.
recommendationStatus - Status of the recommended standard operating procedure.RecommendationStatuspublic void setReferenceId(String referenceId)
Reference identifier for the SOP recommendation.
referenceId - Reference identifier for the SOP recommendation.public String getReferenceId()
Reference identifier for the SOP recommendation.
public SopRecommendation withReferenceId(String referenceId)
Reference identifier for the SOP recommendation.
referenceId - Reference identifier for the SOP recommendation.public void setServiceType(String serviceType)
The service type.
serviceType - The service type.SopServiceTypepublic String getServiceType()
The service type.
SopServiceTypepublic SopRecommendation withServiceType(String serviceType)
The service type.
serviceType - The service type.SopServiceTypepublic SopRecommendation withServiceType(SopServiceType serviceType)
The service type.
serviceType - The service type.SopServiceTypepublic String toString()
toString in class ObjectObject.toString()public SopRecommendation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.