public class UpdateAliasRequest extends AbstractModel
Constructor and Description |
---|
UpdateAliasRequest() |
UpdateAliasRequest(UpdateAliasRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Get New alias containing 1-60 characters or digits
|
String |
getKeyId()
Get Globally unique CMK ID
|
void |
setAlias(String Alias)
Set New alias containing 1-60 characters or digits
|
void |
setKeyId(String KeyId)
Set Globally unique CMK ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UpdateAliasRequest()
public UpdateAliasRequest(UpdateAliasRequest source)
public String getAlias()
public void setAlias(String Alias)
Alias
- New alias containing 1-60 characters or digitspublic String getKeyId()
public void setKeyId(String KeyId)
KeyId
- Globally unique CMK IDCopyright © 2023. All rights reserved.