@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportPublicKeyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ImportPublicKeyRequest() |
Modifier and Type | Method and Description |
---|---|
ImportPublicKeyRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ImportPublicKeyRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
ImportPublicKeyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
Name of the public key to be imported.
|
String |
getPublicKeyMaterial()
The content of the public key to be imported.
|
Map<String,String> |
getTags()
Tags attached to the resource.
|
int |
hashCode() |
void |
setName(String name)
Name of the public key to be imported.
|
void |
setPublicKeyMaterial(String publicKeyMaterial)
The content of the public key to be imported.
|
void |
setTags(Map<String,String> tags)
Tags attached to the resource.
|
String |
toString()
Returns a string representation of this object.
|
ImportPublicKeyRequest |
withName(String name)
Name of the public key to be imported.
|
ImportPublicKeyRequest |
withPublicKeyMaterial(String publicKeyMaterial)
The content of the public key to be imported.
|
ImportPublicKeyRequest |
withTags(Map<String,String> tags)
Tags attached to the resource.
|
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 content of the public key to be imported.
publicKeyMaterial
- The content of the public key to be imported.public String getPublicKeyMaterial()
The content of the public key to be imported.
public ImportPublicKeyRequest withPublicKeyMaterial(String publicKeyMaterial)
The content of the public key to be imported.
publicKeyMaterial
- The content of the public key to be imported.public void setName(String name)
Name of the public key to be imported.
name
- Name of the public key to be imported.public String getName()
Name of the public key to be imported.
public ImportPublicKeyRequest withName(String name)
Name of the public key to be imported.
name
- Name of the public key to be imported.public Map<String,String> getTags()
Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources for details,
including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints
on tags beyond what is documented there.
string:string (key:value)
.
See Tagging AWS Resources
for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon
IVS has no constraints on tags beyond what is documented there.public void setTags(Map<String,String> tags)
Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources for details,
including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints
on tags beyond what is documented there.
tags
- Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See
Tagging AWS Resources for
details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS
has no constraints on tags beyond what is documented there.public ImportPublicKeyRequest withTags(Map<String,String> tags)
Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources for details,
including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints
on tags beyond what is documented there.
tags
- Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See
Tagging AWS Resources for
details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS
has no constraints on tags beyond what is documented there.public ImportPublicKeyRequest addTagsEntry(String key, String value)
public ImportPublicKeyRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public ImportPublicKeyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()