@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecommendationRelatedEventResource extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
RecommendationRelatedEventResource() |
Modifier and Type | Method and Description |
---|---|
RecommendationRelatedEventResource |
clone() |
boolean |
equals(Object obj) |
String |
getName() |
String |
getType() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name) |
void |
setType(String type) |
String |
toString()
Returns a string representation of this object.
|
RecommendationRelatedEventResource |
withName(String name) |
RecommendationRelatedEventResource |
withType(String type) |
public void setName(String name)
name
- public String getName()
public RecommendationRelatedEventResource withName(String name)
name
- public void setType(String type)
type
- public String getType()
public RecommendationRelatedEventResource withType(String type)
type
- public String toString()
toString
in class Object
Object.toString()
public RecommendationRelatedEventResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.