Class LambdaLayerAggregationResponse
- java.lang.Object
-
- software.amazon.awssdk.services.inspector2.model.LambdaLayerAggregationResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LambdaLayerAggregationResponse.Builder,LambdaLayerAggregationResponse>
@Generated("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 Amazon Web Services Lambda function layer finding aggregation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLambdaLayerAggregationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The account ID of the Amazon Web Services Lambda function layer.static LambdaLayerAggregationResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfunctionName()The names of the Amazon Web Services Lambda functions associated with the layers.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlayerArn()The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.StringresourceId()The Resource ID of the Amazon Web Services Lambda function layer.List<SdkField<?>>sdkFields()static Class<? extends LambdaLayerAggregationResponse.Builder>serializableBuilderClass()SeverityCountsseverityCounts()Returns the value of the SeverityCounts property for this object.LambdaLayerAggregationResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accountId
public final String accountId()
The account ID of the Amazon Web Services Lambda function layer.
- Returns:
- The account ID of the Amazon Web Services Lambda function layer.
-
functionName
public final String functionName()
The names of the Amazon Web Services Lambda functions associated with the layers.
- Returns:
- The names of the Amazon Web Services Lambda functions associated with the layers.
-
layerArn
public final String layerArn()
The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.
- Returns:
- The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.
-
resourceId
public final String resourceId()
The Resource ID of the Amazon Web Services Lambda function layer.
- Returns:
- The Resource ID of the Amazon Web Services Lambda function layer.
-
severityCounts
public final SeverityCounts severityCounts()
Returns the value of the SeverityCounts property for this object.- Returns:
- The value of the SeverityCounts property for this object.
-
toBuilder
public LambdaLayerAggregationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LambdaLayerAggregationResponse.Builder,LambdaLayerAggregationResponse>
-
builder
public static LambdaLayerAggregationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends LambdaLayerAggregationResponse.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-