@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndpointEventBus extends Object implements Serializable, Cloneable, StructuredPojo
The event buses the endpoint is associated with.
Constructor and Description |
---|
EndpointEventBus() |
Modifier and Type | Method and Description |
---|---|
EndpointEventBus |
clone() |
boolean |
equals(Object obj) |
String |
getEventBusArn()
The ARN of the event bus the endpoint is associated with.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEventBusArn(String eventBusArn)
The ARN of the event bus the endpoint is associated with.
|
String |
toString()
Returns a string representation of this object.
|
EndpointEventBus |
withEventBusArn(String eventBusArn)
The ARN of the event bus the endpoint is associated with.
|
public void setEventBusArn(String eventBusArn)
The ARN of the event bus the endpoint is associated with.
eventBusArn
- The ARN of the event bus the endpoint is associated with.public String getEventBusArn()
The ARN of the event bus the endpoint is associated with.
public EndpointEventBus withEventBusArn(String eventBusArn)
The ARN of the event bus the endpoint is associated with.
eventBusArn
- The ARN of the event bus the endpoint is associated with.public String toString()
toString
in class Object
Object.toString()
public EndpointEventBus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.