@Generated(value="software.amazon.awssdk:codegen") public final class LambdaFunctionAggregationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LambdaFunctionAggregationResponse.Builder,LambdaFunctionAggregationResponse>
A response that contains the results of an AWS Lambda function finding aggregation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LambdaFunctionAggregationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The ID of the AWS account that owns the AWS Lambda function.
|
static LambdaFunctionAggregationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
functionName()
The AWS Lambda function names included in the aggregation results.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasLambdaTags()
For responses, this returns true if the service returned a value for the LambdaTags property.
|
Map<String,String> |
lambdaTags()
The tags included in the aggregation results.
|
Instant |
lastModifiedAt()
The date that the AWS Lambda function included in the aggregation results was last changed.
|
String |
resourceId()
The resource IDs included in the aggregation results.
|
String |
runtime()
The runtimes included in the aggregation results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LambdaFunctionAggregationResponse.Builder> |
serializableBuilderClass() |
SeverityCounts |
severityCounts()
Returns the value of the SeverityCounts property for this object.
|
LambdaFunctionAggregationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The ID of the AWS account that owns the AWS Lambda function.
public final String functionName()
The AWS Lambda function names included in the aggregation results.
public final boolean hasLambdaTags()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final Map<String,String> lambdaTags()
The tags included in the aggregation results.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLambdaTags() method.
public final Instant lastModifiedAt()
The date that the AWS Lambda function included in the aggregation results was last changed.
public final String resourceId()
The resource IDs included in the aggregation results.
public final String runtime()
The runtimes included in the aggregation results.
public final SeverityCounts severityCounts()
public LambdaFunctionAggregationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LambdaFunctionAggregationResponse.Builder,LambdaFunctionAggregationResponse>public static LambdaFunctionAggregationResponse.Builder builder()
public static Class<? extends LambdaFunctionAggregationResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.