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