@Generated(value="software.amazon.awssdk:codegen") public final class LambdaLayerAggregationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LambdaLayerAggregationResponse.Builder,LambdaLayerAggregationResponse>
A response that contains the results of an AWS Lambda function layer finding aggregation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LambdaLayerAggregationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The account ID of the AWS Lambda function layer.
|
static LambdaLayerAggregationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
functionName()
The names of the AWS Lambda functions associated with the layers.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
layerArn()
The Amazon Resource Name (ARN) of the AWS Lambda function layer.
|
String |
resourceId()
The Resource ID of the AWS Lambda function layer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LambdaLayerAggregationResponse.Builder> |
serializableBuilderClass() |
SeverityCounts |
severityCounts()
Returns the value of the SeverityCounts property for this object.
|
LambdaLayerAggregationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The account ID of the AWS Lambda function layer.
public final String functionName()
The names of the AWS Lambda functions associated with the layers.
public final String layerArn()
The Amazon Resource Name (ARN) of the AWS Lambda function layer.
public final String resourceId()
The Resource ID of the AWS Lambda function layer.
public final SeverityCounts severityCounts()
public LambdaLayerAggregationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LambdaLayerAggregationResponse.Builder,LambdaLayerAggregationResponse>public static LambdaLayerAggregationResponse.Builder builder()
public static Class<? extends LambdaLayerAggregationResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.