@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEventBusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateEventBusRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateEventBusRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEventSourceName()
If you're creating a partner event bus, this specifies the partner event source that the new event bus will be
matched with.
|
String |
getName()
The name of the new event bus.
|
int |
hashCode() |
void |
setEventSourceName(String eventSourceName)
If you're creating a partner event bus, this specifies the partner event source that the new event bus will be
matched with.
|
void |
setName(String name)
The name of the new event bus.
|
String |
toString()
Returns a string representation of this object.
|
CreateEventBusRequest |
withEventSourceName(String eventSourceName)
If you're creating a partner event bus, this specifies the partner event source that the new event bus will be
matched with.
|
CreateEventBusRequest |
withName(String name)
The name of the new event bus.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
The name of the new event bus.
The names of custom event buses can't contain the / character. You can't use the name
default for a custom event bus because this name is already used for your account's default event
bus.
If this is a partner event bus, the name must exactly match the name of the partner event source that this event
bus is matched to. This name will include the / character.
name - The name of the new event bus.
The names of custom event buses can't contain the / character. You can't use the name
default for a custom event bus because this name is already used for your account's default
event bus.
If this is a partner event bus, the name must exactly match the name of the partner event source that this
event bus is matched to. This name will include the / character.
public String getName()
The name of the new event bus.
The names of custom event buses can't contain the / character. You can't use the name
default for a custom event bus because this name is already used for your account's default event
bus.
If this is a partner event bus, the name must exactly match the name of the partner event source that this event
bus is matched to. This name will include the / character.
The names of custom event buses can't contain the / character. You can't use the name
default for a custom event bus because this name is already used for your account's default
event bus.
If this is a partner event bus, the name must exactly match the name of the partner event source that
this event bus is matched to. This name will include the / character.
public CreateEventBusRequest withName(String name)
The name of the new event bus.
The names of custom event buses can't contain the / character. You can't use the name
default for a custom event bus because this name is already used for your account's default event
bus.
If this is a partner event bus, the name must exactly match the name of the partner event source that this event
bus is matched to. This name will include the / character.
name - The name of the new event bus.
The names of custom event buses can't contain the / character. You can't use the name
default for a custom event bus because this name is already used for your account's default
event bus.
If this is a partner event bus, the name must exactly match the name of the partner event source that this
event bus is matched to. This name will include the / character.
public void setEventSourceName(String eventSourceName)
If you're creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.
eventSourceName - If you're creating a partner event bus, this specifies the partner event source that the new event bus
will be matched with.public String getEventSourceName()
If you're creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.
public CreateEventBusRequest withEventSourceName(String eventSourceName)
If you're creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.
eventSourceName - If you're creating a partner event bus, this specifies the partner event source that the new event bus
will be matched with.public String toString()
toString in class ObjectObject.toString()public CreateEventBusRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.