@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEventStreamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEventStreamResult() |
Modifier and Type | Method and Description |
---|---|
GetEventStreamResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetEventStreamResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetEventStreamResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the export was created.
|
EventStreamDestinationDetails |
getDestinationDetails()
Details regarding the Kinesis stream.
|
String |
getDomainName()
The unique name of the domain.
|
String |
getEventStreamArn()
A unique identifier for the event stream.
|
String |
getState()
The operational state of destination stream for export.
|
Date |
getStoppedSince()
The timestamp when the
State changed to STOPPED . |
Map<String,String> |
getTags()
The tags used to organize, track, or control access for this resource.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The timestamp of when the export was created.
|
void |
setDestinationDetails(EventStreamDestinationDetails destinationDetails)
Details regarding the Kinesis stream.
|
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setEventStreamArn(String eventStreamArn)
A unique identifier for the event stream.
|
void |
setState(String state)
The operational state of destination stream for export.
|
void |
setStoppedSince(Date stoppedSince)
The timestamp when the
State changed to STOPPED . |
void |
setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
String |
toString()
Returns a string representation of this object.
|
GetEventStreamResult |
withCreatedAt(Date createdAt)
The timestamp of when the export was created.
|
GetEventStreamResult |
withDestinationDetails(EventStreamDestinationDetails destinationDetails)
Details regarding the Kinesis stream.
|
GetEventStreamResult |
withDomainName(String domainName)
The unique name of the domain.
|
GetEventStreamResult |
withEventStreamArn(String eventStreamArn)
A unique identifier for the event stream.
|
GetEventStreamResult |
withState(EventStreamState state)
The operational state of destination stream for export.
|
GetEventStreamResult |
withState(String state)
The operational state of destination stream for export.
|
GetEventStreamResult |
withStoppedSince(Date stoppedSince)
The timestamp when the
State changed to STOPPED . |
GetEventStreamResult |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetEventStreamResult withDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public void setEventStreamArn(String eventStreamArn)
A unique identifier for the event stream.
eventStreamArn
- A unique identifier for the event stream.public String getEventStreamArn()
A unique identifier for the event stream.
public GetEventStreamResult withEventStreamArn(String eventStreamArn)
A unique identifier for the event stream.
eventStreamArn
- A unique identifier for the event stream.public void setCreatedAt(Date createdAt)
The timestamp of when the export was created.
createdAt
- The timestamp of when the export was created.public Date getCreatedAt()
The timestamp of when the export was created.
public GetEventStreamResult withCreatedAt(Date createdAt)
The timestamp of when the export was created.
createdAt
- The timestamp of when the export was created.public void setState(String state)
The operational state of destination stream for export.
state
- The operational state of destination stream for export.EventStreamState
public String getState()
The operational state of destination stream for export.
EventStreamState
public GetEventStreamResult withState(String state)
The operational state of destination stream for export.
state
- The operational state of destination stream for export.EventStreamState
public GetEventStreamResult withState(EventStreamState state)
The operational state of destination stream for export.
state
- The operational state of destination stream for export.EventStreamState
public void setStoppedSince(Date stoppedSince)
The timestamp when the State
changed to STOPPED
.
stoppedSince
- The timestamp when the State
changed to STOPPED
.public Date getStoppedSince()
The timestamp when the State
changed to STOPPED
.
State
changed to STOPPED
.public GetEventStreamResult withStoppedSince(Date stoppedSince)
The timestamp when the State
changed to STOPPED
.
stoppedSince
- The timestamp when the State
changed to STOPPED
.public void setDestinationDetails(EventStreamDestinationDetails destinationDetails)
Details regarding the Kinesis stream.
destinationDetails
- Details regarding the Kinesis stream.public EventStreamDestinationDetails getDestinationDetails()
Details regarding the Kinesis stream.
public GetEventStreamResult withDestinationDetails(EventStreamDestinationDetails destinationDetails)
Details regarding the Kinesis stream.
destinationDetails
- Details regarding the Kinesis 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 GetEventStreamResult 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 GetEventStreamResult addTagsEntry(String key, String value)
public GetEventStreamResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetEventStreamResult clone()