@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecommendationResourceExclusion extends Object implements Serializable, Cloneable, StructuredPojo
The request entry for Recommendation Resource exclusion. Each entry is a combination of Recommendation Resource ARN and corresponding exclusion status
| Constructor and Description | 
|---|
| RecommendationResourceExclusion() | 
| Modifier and Type | Method and Description | 
|---|---|
| RecommendationResourceExclusion | clone() | 
| boolean | equals(Object obj) | 
| String | getArn()
 The ARN of the Recommendation Resource | 
| Boolean | getIsExcluded()
 The exclusion status | 
| int | hashCode() | 
| Boolean | isExcluded()
 The exclusion status | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setArn(String arn)
 The ARN of the Recommendation Resource | 
| void | setIsExcluded(Boolean isExcluded)
 The exclusion status | 
| String | toString()Returns a string representation of this object. | 
| RecommendationResourceExclusion | withArn(String arn)
 The ARN of the Recommendation Resource | 
| RecommendationResourceExclusion | withIsExcluded(Boolean isExcluded)
 The exclusion status | 
public void setArn(String arn)
The ARN of the Recommendation Resource
arn - The ARN of the Recommendation Resourcepublic String getArn()
The ARN of the Recommendation Resource
public RecommendationResourceExclusion withArn(String arn)
The ARN of the Recommendation Resource
arn - The ARN of the Recommendation Resourcepublic void setIsExcluded(Boolean isExcluded)
The exclusion status
isExcluded - The exclusion statuspublic Boolean getIsExcluded()
The exclusion status
public RecommendationResourceExclusion withIsExcluded(Boolean isExcluded)
The exclusion status
isExcluded - The exclusion statuspublic Boolean isExcluded()
The exclusion status
public String toString()
toString in class ObjectObject.toString()public RecommendationResourceExclusion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.