@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RotateIngestEndpointCredentialsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RotateIngestEndpointCredentialsResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public RotateIngestEndpointCredentialsResult()
public void setArn(String arn)
arn
- The Amazon Resource Name (ARN) assigned to the Channel.public String getArn()
public RotateIngestEndpointCredentialsResult 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 RotateIngestEndpointCredentialsResult 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 RotateIngestEndpointCredentialsResult withDescription(String description)
description
- A short text description of the Channel.public void setEgressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs
- public EgressAccessLogs getEgressAccessLogs()
public RotateIngestEndpointCredentialsResult withEgressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs
- public void setHlsIngest(HlsIngest hlsIngest)
hlsIngest
- public HlsIngest getHlsIngest()
public RotateIngestEndpointCredentialsResult withHlsIngest(HlsIngest hlsIngest)
hlsIngest
- public void setId(String id)
id
- The ID of the Channel.public String getId()
public RotateIngestEndpointCredentialsResult withId(String id)
id
- The ID of the Channel.public void setIngressAccessLogs(IngressAccessLogs ingressAccessLogs)
ingressAccessLogs
- public IngressAccessLogs getIngressAccessLogs()
public RotateIngestEndpointCredentialsResult withIngressAccessLogs(IngressAccessLogs ingressAccessLogs)
ingressAccessLogs
- public RotateIngestEndpointCredentialsResult withTags(Map<String,String> tags)
tags
- public RotateIngestEndpointCredentialsResult addTagsEntry(String key, String value)
public RotateIngestEndpointCredentialsResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public RotateIngestEndpointCredentialsResult clone()