@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigureLogsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ConfigureLogsResult() |
Modifier and Type | Method and Description |
---|---|
ConfigureLogsResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ConfigureLogsResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
ConfigureLogsResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) assigned to the Channel.
|
String |
getCreatedAt()
The date and time the Channel was created.
|
String |
getDescription()
A short text description of the Channel.
|
EgressAccessLogs |
getEgressAccessLogs() |
HlsIngest |
getHlsIngest() |
String |
getId()
The ID of the Channel.
|
IngressAccessLogs |
getIngressAccessLogs() |
Map<String,String> |
getTags() |
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) assigned to the Channel.
|
void |
setCreatedAt(String createdAt)
The date and time the Channel was created.
|
void |
setDescription(String description)
A short text description of the Channel.
|
void |
setEgressAccessLogs(EgressAccessLogs egressAccessLogs) |
void |
setHlsIngest(HlsIngest hlsIngest) |
void |
setId(String id)
The ID of the Channel.
|
void |
setIngressAccessLogs(IngressAccessLogs ingressAccessLogs) |
void |
setTags(Map<String,String> tags) |
String |
toString()
Returns a string representation of this object.
|
ConfigureLogsResult |
withArn(String arn)
The Amazon Resource Name (ARN) assigned to the Channel.
|
ConfigureLogsResult |
withCreatedAt(String createdAt)
The date and time the Channel was created.
|
ConfigureLogsResult |
withDescription(String description)
A short text description of the Channel.
|
ConfigureLogsResult |
withEgressAccessLogs(EgressAccessLogs egressAccessLogs) |
ConfigureLogsResult |
withHlsIngest(HlsIngest hlsIngest) |
ConfigureLogsResult |
withId(String id)
The ID of the Channel.
|
ConfigureLogsResult |
withIngressAccessLogs(IngressAccessLogs ingressAccessLogs) |
ConfigureLogsResult |
withTags(Map<String,String> tags) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- The Amazon Resource Name (ARN) assigned to the Channel.public String getArn()
public ConfigureLogsResult withArn(String arn)
arn
- The Amazon Resource Name (ARN) assigned to the Channel.public void setCreatedAt(String createdAt)
createdAt
- The date and time the Channel was created.public String getCreatedAt()
public ConfigureLogsResult withCreatedAt(String createdAt)
createdAt
- The date and time the Channel was created.public void setDescription(String description)
description
- A short text description of the Channel.public String getDescription()
public ConfigureLogsResult withDescription(String description)
description
- A short text description of the Channel.public void setEgressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs
- public EgressAccessLogs getEgressAccessLogs()
public ConfigureLogsResult withEgressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs
- public void setHlsIngest(HlsIngest hlsIngest)
hlsIngest
- public HlsIngest getHlsIngest()
public ConfigureLogsResult withHlsIngest(HlsIngest hlsIngest)
hlsIngest
- public void setId(String id)
id
- The ID of the Channel.public String getId()
public ConfigureLogsResult withId(String id)
id
- The ID of the Channel.public void setIngressAccessLogs(IngressAccessLogs ingressAccessLogs)
ingressAccessLogs
- public IngressAccessLogs getIngressAccessLogs()
public ConfigureLogsResult withIngressAccessLogs(IngressAccessLogs ingressAccessLogs)
ingressAccessLogs
- public ConfigureLogsResult withTags(Map<String,String> tags)
tags
- public ConfigureLogsResult addTagsEntry(String key, String value)
public ConfigureLogsResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public ConfigureLogsResult clone()