/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.ivs.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* A key pair used to sign and validate a playback authorization token. *
* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class PlaybackKeyPair implements Serializable, Cloneable, StructuredPojo { /** ** Key-pair ARN. *
*/ private String arn; /** ** Key-pair identifier. *
*/ private String fingerprint; /** ** Playback-key-pair name. The value does not need to be unique. *
*/ private String name; /** *
* Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value)
. See
* Tagging Amazon Web Services
* Resources for more information, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented
* there.
*
* Key-pair ARN. *
* * @param arn * Key-pair ARN. */ public void setArn(String arn) { this.arn = arn; } /** ** Key-pair ARN. *
* * @return Key-pair ARN. */ public String getArn() { return this.arn; } /** ** Key-pair ARN. *
* * @param arn * Key-pair ARN. * @return Returns a reference to this object so that method calls can be chained together. */ public PlaybackKeyPair withArn(String arn) { setArn(arn); return this; } /** ** Key-pair identifier. *
* * @param fingerprint * Key-pair identifier. */ public void setFingerprint(String fingerprint) { this.fingerprint = fingerprint; } /** ** Key-pair identifier. *
* * @return Key-pair identifier. */ public String getFingerprint() { return this.fingerprint; } /** ** Key-pair identifier. *
* * @param fingerprint * Key-pair identifier. * @return Returns a reference to this object so that method calls can be chained together. */ public PlaybackKeyPair withFingerprint(String fingerprint) { setFingerprint(fingerprint); return this; } /** ** Playback-key-pair name. The value does not need to be unique. *
* * @param name * Playback-key-pair name. The value does not need to be unique. */ public void setName(String name) { this.name = name; } /** ** Playback-key-pair name. The value does not need to be unique. *
* * @return Playback-key-pair name. The value does not need to be unique. */ public String getName() { return this.name; } /** ** Playback-key-pair name. The value does not need to be unique. *
* * @param name * Playback-key-pair name. The value does not need to be unique. * @return Returns a reference to this object so that method calls can be chained together. */ public PlaybackKeyPair withName(String name) { setName(name); return this; } /** *
* Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value)
. See
* Tagging Amazon Web Services
* Resources for more information, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented
* there.
*
string:string (key:value)
. See Tagging Amazon Web Services
* Resources for more information, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
* documented there.
*/
public java.util.Map
* Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value)
. See
* Tagging Amazon Web Services
* Resources for more information, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented
* there.
*
string:string (key:value)
* . See Tagging Amazon Web Services
* Resources for more information, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
* documented there.
*/
public void setTags(java.util.Map
* Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value)
. See
* Tagging Amazon Web Services
* Resources for more information, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented
* there.
*
string:string (key:value)
* . See Tagging Amazon Web Services
* Resources for more information, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
* documented there.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public PlaybackKeyPair withTags(java.util.Map