@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEventStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateEventStreamRequest() |
Modifier and Type | Method and Description |
---|---|
CreateEventStreamRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateEventStreamRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateEventStreamRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The unique name of the domain.
|
String |
getEventStreamName()
The name of the event stream.
|
Map<String,String> |
getTags()
The tags used to organize, track, or control access for this resource.
|
String |
getUri()
The StreamARN of the destination to deliver profile events to.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setEventStreamName(String eventStreamName)
The name of the event stream.
|
void |
setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
void |
setUri(String uri)
The StreamARN of the destination to deliver profile events to.
|
String |
toString()
Returns a string representation of this object.
|
CreateEventStreamRequest |
withDomainName(String domainName)
The unique name of the domain.
|
CreateEventStreamRequest |
withEventStreamName(String eventStreamName)
The name of the event stream.
|
CreateEventStreamRequest |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
CreateEventStreamRequest |
withUri(String uri)
The StreamARN of the destination to deliver profile events to.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public String getDomainName()
The unique name of the domain.
public CreateEventStreamRequest withDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public void setUri(String uri)
The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name
uri
- The StreamARN of the destination to deliver profile events to. For example,
arn:aws:kinesis:region:account-id:stream/stream-namepublic String getUri()
The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name
public CreateEventStreamRequest withUri(String uri)
The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name
uri
- The StreamARN of the destination to deliver profile events to. For example,
arn:aws:kinesis:region:account-id:stream/stream-namepublic void setEventStreamName(String eventStreamName)
The name of the event stream.
eventStreamName
- The name of the event stream.public String getEventStreamName()
The name of the event stream.
public CreateEventStreamRequest withEventStreamName(String eventStreamName)
The name of the event stream.
eventStreamName
- The name of the event stream.public Map<String,String> getTags()
The tags used to organize, track, or control access for this resource.
public void setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags
- The tags used to organize, track, or control access for this resource.public CreateEventStreamRequest withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags
- The tags used to organize, track, or control access for this resource.public CreateEventStreamRequest addTagsEntry(String key, String value)
public CreateEventStreamRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateEventStreamRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()