@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()
The application component name.
|
String |
getDescription()
The description of the SOP recommendation.
|
List<RecommendationItem> |
getItems()
The recommendation items.
|
String |
getName()
The name of the SOP recommendation.
|
String |
getPrerequisite()
The prerequisite for the SOP recommendation.
|
String |
getRecommendationId()
Identifier for the SOP recommendation.
|
String |
getReferenceId()
The reference identifier for the SOP recommendation.
|
String |
getServiceType()
The service type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAppComponentName(String appComponentName)
The application component name.
|
void |
setDescription(String description)
The description of the SOP recommendation.
|
void |
setItems(Collection<RecommendationItem> items)
The recommendation items.
|
void |
setName(String name)
The name of the SOP recommendation.
|
void |
setPrerequisite(String prerequisite)
The prerequisite for the SOP recommendation.
|
void |
setRecommendationId(String recommendationId)
Identifier for the SOP recommendation.
|
void |
setReferenceId(String referenceId)
The 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)
The application component name.
|
SopRecommendation |
withDescription(String description)
The description of the SOP recommendation.
|
SopRecommendation |
withItems(Collection<RecommendationItem> items)
The recommendation items.
|
SopRecommendation |
withItems(RecommendationItem... items)
The recommendation items.
|
SopRecommendation |
withName(String name)
The name of the SOP recommendation.
|
SopRecommendation |
withPrerequisite(String prerequisite)
The prerequisite for the SOP recommendation.
|
SopRecommendation |
withRecommendationId(String recommendationId)
Identifier for the SOP recommendation.
|
SopRecommendation |
withReferenceId(String referenceId)
The 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)
The application component name.
appComponentName - The application component name.public String getAppComponentName()
The application component name.
public SopRecommendation withAppComponentName(String appComponentName)
The application component name.
appComponentName - The application component name.public void setDescription(String description)
The description of the SOP recommendation.
description - The description of the SOP recommendation.public String getDescription()
The description of the SOP recommendation.
public SopRecommendation withDescription(String description)
The description of the SOP recommendation.
description - The 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)
The name of the SOP recommendation.
name - The name of the SOP recommendation.public String getName()
The name of the SOP recommendation.
public SopRecommendation withName(String name)
The name of the SOP recommendation.
name - The name of the SOP recommendation.public void setPrerequisite(String prerequisite)
The prerequisite for the SOP recommendation.
prerequisite - The prerequisite for the SOP recommendation.public String getPrerequisite()
The prerequisite for the SOP recommendation.
public SopRecommendation withPrerequisite(String prerequisite)
The prerequisite for the SOP recommendation.
prerequisite - The 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 setReferenceId(String referenceId)
The reference identifier for the SOP recommendation.
referenceId - The reference identifier for the SOP recommendation.public String getReferenceId()
The reference identifier for the SOP recommendation.
public SopRecommendation withReferenceId(String referenceId)
The reference identifier for the SOP recommendation.
referenceId - The 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)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.