public class AliasConfiguration extends JsonObject
| Constructor and Description |
|---|
AliasConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasArn()
Get the AliasArn for alias
|
String |
getAliasBrn()
Get the AliasBrn for alias
|
String |
getCreatedAt()
Get the CreatedAt for alias
|
String |
getDescription()
Get the Description for alias
|
String |
getFunctionName()
Get the FunctionName for function
|
String |
getFunctionVersion()
Get the FunctionVersion for function
|
String |
getName()
Get the Name for alias
|
String |
getUid()
Get the Uid for the function user
|
String |
getUpdatedAt()
Get the UpdatedAt for alias
|
void |
setAliasArn(String aliasArn)
Set the AliasArn for alias
|
void |
setAliasBrn(String aliasBrn)
Set the AliasBrn for alias
|
void |
setCreatedAt(String createdAt)
Set the CreatedAt for alias
|
void |
setDescription(String description)
Set the Description for alias
|
void |
setFunctionName(String functionName)
Set the FunctionName for function
|
void |
setFunctionVersion(String functionVersion)
Set the FunctionVersion for function
|
void |
setName(String name)
Set the Name for alias
|
void |
setUid(String uid)
Set the Uid for the function user
|
void |
setUpdatedAt(String updatedAt)
Set the UpdatedAt for alias
|
toStringpublic String getAliasBrn()
public void setAliasBrn(String aliasBrn)
aliasBrn - The AliasBrn for aliaspublic String getAliasArn()
public void setAliasArn(String aliasArn)
aliasArn - The AliasArn for aliaspublic String getFunctionName()
public void setFunctionName(String functionName)
functionName - The FunctionName for functionpublic String getFunctionVersion()
public void setFunctionVersion(String functionVersion)
functionVersion - The FunctionVersion for functionpublic String getName()
public void setName(String name)
name - The Name for aliaspublic String getDescription()
public void setDescription(String description)
description - The Description for aliaspublic String getUid()
public void setUid(String uid)
uid - The Uid for the function userpublic String getUpdatedAt()
public void setUpdatedAt(String updatedAt)
updatedAt - The UpdatedAt for aliaspublic String getCreatedAt()
public void setCreatedAt(String createdAt)
createdAt - The CreatedAt for aliasCopyright © 2023. All rights reserved.