@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecommendationItem extends Object implements Serializable, Cloneable, StructuredPojo
Defines a recommendation.
Constructor and Description |
---|
RecommendationItem() |
Modifier and Type | Method and Description |
---|---|
RecommendationItem |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAlreadyImplemented()
Specifies if the recommendation has already been implemented.
|
String |
getResourceId()
The resource identifier.
|
String |
getTargetAccountId()
The target account identifier.
|
String |
getTargetRegion()
The target region.
|
int |
hashCode() |
Boolean |
isAlreadyImplemented()
Specifies if the recommendation has already been implemented.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAlreadyImplemented(Boolean alreadyImplemented)
Specifies if the recommendation has already been implemented.
|
void |
setResourceId(String resourceId)
The resource identifier.
|
void |
setTargetAccountId(String targetAccountId)
The target account identifier.
|
void |
setTargetRegion(String targetRegion)
The target region.
|
String |
toString()
Returns a string representation of this object.
|
RecommendationItem |
withAlreadyImplemented(Boolean alreadyImplemented)
Specifies if the recommendation has already been implemented.
|
RecommendationItem |
withResourceId(String resourceId)
The resource identifier.
|
RecommendationItem |
withTargetAccountId(String targetAccountId)
The target account identifier.
|
RecommendationItem |
withTargetRegion(String targetRegion)
The target region.
|
public void setAlreadyImplemented(Boolean alreadyImplemented)
Specifies if the recommendation has already been implemented.
alreadyImplemented
- Specifies if the recommendation has already been implemented.public Boolean getAlreadyImplemented()
Specifies if the recommendation has already been implemented.
public RecommendationItem withAlreadyImplemented(Boolean alreadyImplemented)
Specifies if the recommendation has already been implemented.
alreadyImplemented
- Specifies if the recommendation has already been implemented.public Boolean isAlreadyImplemented()
Specifies if the recommendation has already been implemented.
public void setResourceId(String resourceId)
The resource identifier.
resourceId
- The resource identifier.public String getResourceId()
The resource identifier.
public RecommendationItem withResourceId(String resourceId)
The resource identifier.
resourceId
- The resource identifier.public void setTargetAccountId(String targetAccountId)
The target account identifier.
targetAccountId
- The target account identifier.public String getTargetAccountId()
The target account identifier.
public RecommendationItem withTargetAccountId(String targetAccountId)
The target account identifier.
targetAccountId
- The target account identifier.public void setTargetRegion(String targetRegion)
The target region.
targetRegion
- The target region.public String getTargetRegion()
The target region.
public RecommendationItem withTargetRegion(String targetRegion)
The target region.
targetRegion
- The target region.public String toString()
toString
in class Object
Object.toString()
public RecommendationItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.