@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFunctionCodeSigningConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetFunctionCodeSigningConfigResult() |
Modifier and Type | Method and Description |
---|---|
GetFunctionCodeSigningConfigResult |
clone() |
boolean |
equals(Object obj) |
String |
getCodeSigningConfigArn()
The The Amazon Resource Name (ARN) of the code signing configuration.
|
String |
getFunctionName()
The name or ARN of the Lambda function.
|
int |
hashCode() |
void |
setCodeSigningConfigArn(String codeSigningConfigArn)
The The Amazon Resource Name (ARN) of the code signing configuration.
|
void |
setFunctionName(String functionName)
The name or ARN of the Lambda function.
|
String |
toString()
Returns a string representation of this object.
|
GetFunctionCodeSigningConfigResult |
withCodeSigningConfigArn(String codeSigningConfigArn)
The The Amazon Resource Name (ARN) of the code signing configuration.
|
GetFunctionCodeSigningConfigResult |
withFunctionName(String functionName)
The name or ARN of the Lambda function.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCodeSigningConfigArn(String codeSigningConfigArn)
The The Amazon Resource Name (ARN) of the code signing configuration.
codeSigningConfigArn
- The The Amazon Resource Name (ARN) of the code signing configuration.public String getCodeSigningConfigArn()
The The Amazon Resource Name (ARN) of the code signing configuration.
public GetFunctionCodeSigningConfigResult withCodeSigningConfigArn(String codeSigningConfigArn)
The The Amazon Resource Name (ARN) of the code signing configuration.
codeSigningConfigArn
- The The Amazon Resource Name (ARN) of the code signing configuration.public void setFunctionName(String functionName)
The name or ARN of the Lambda function.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName
- The name or ARN of the Lambda function.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
public String getFunctionName()
The name or ARN of the Lambda function.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
public GetFunctionCodeSigningConfigResult withFunctionName(String functionName)
The name or ARN of the Lambda function.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName
- The name or ARN of the Lambda function.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
public String toString()
toString
in class Object
Object.toString()
public GetFunctionCodeSigningConfigResult clone()