@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportPlaybackKeyPairRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ImportPlaybackKeyPairRequest() |
Modifier and Type | Method and Description |
---|---|
ImportPlaybackKeyPairRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ImportPlaybackKeyPairRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
ImportPlaybackKeyPairRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
Playback-key-pair name.
|
String |
getPublicKeyMaterial()
The public portion of a customer-generated key pair.
|
Map<String,String> |
getTags()
Any tags provided with the request are added to the playback key pair tags.
|
int |
hashCode() |
void |
setName(String name)
Playback-key-pair name.
|
void |
setPublicKeyMaterial(String publicKeyMaterial)
The public portion of a customer-generated key pair.
|
void |
setTags(Map<String,String> tags)
Any tags provided with the request are added to the playback key pair tags.
|
String |
toString()
Returns a string representation of this object.
|
ImportPlaybackKeyPairRequest |
withName(String name)
Playback-key-pair name.
|
ImportPlaybackKeyPairRequest |
withPublicKeyMaterial(String publicKeyMaterial)
The public portion of a customer-generated key pair.
|
ImportPlaybackKeyPairRequest |
withTags(Map<String,String> tags)
Any tags provided with the request are added to the playback key pair tags.
|
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 setPublicKeyMaterial(String publicKeyMaterial)
The public portion of a customer-generated key pair.
publicKeyMaterial
- The public portion of a customer-generated key pair.public String getPublicKeyMaterial()
The public portion of a customer-generated key pair.
public ImportPlaybackKeyPairRequest withPublicKeyMaterial(String publicKeyMaterial)
The public portion of a customer-generated key pair.
publicKeyMaterial
- The public portion of a customer-generated key pair.public void setName(String name)
Playback-key-pair name. The value does not need to be unique.
name
- Playback-key-pair name. The value does not need to be unique.public String getName()
Playback-key-pair name. The value does not need to be unique.
public ImportPlaybackKeyPairRequest withName(String name)
Playback-key-pair name. The value does not need to be unique.
name
- Playback-key-pair name. The value does not need to be unique.public Map<String,String> getTags()
Any tags provided with the request are added to the playback key pair tags. 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(Map<String,String> tags)
Any tags provided with the request are added to the playback key pair tags. 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.
tags
- Any tags provided with the request are added to the playback key pair tags. 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 ImportPlaybackKeyPairRequest withTags(Map<String,String> tags)
Any tags provided with the request are added to the playback key pair tags. 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.
tags
- Any tags provided with the request are added to the playback key pair tags. 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 ImportPlaybackKeyPairRequest addTagsEntry(String key, String value)
public ImportPlaybackKeyPairRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public ImportPlaybackKeyPairRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()