@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaFunctionAggregationResponse extends Object implements Serializable, Cloneable, StructuredPojo
A response that contains the results of an Amazon Web Services Lambda function finding aggregation.
Constructor and Description |
---|
LambdaFunctionAggregationResponse() |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionAggregationResponse |
addLambdaTagsEntry(String key,
String value)
Add a single LambdaTags entry
|
LambdaFunctionAggregationResponse |
clearLambdaTagsEntries()
Removes all the entries added into LambdaTags.
|
LambdaFunctionAggregationResponse |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The ID of the Amazon Web Services account that owns the Amazon Web Services Lambda function.
|
String |
getFunctionName()
The Amazon Web Services Lambda function names included in the aggregation results.
|
Map<String,String> |
getLambdaTags()
The tags included in the aggregation results.
|
Date |
getLastModifiedAt()
The date that the Amazon Web Services Lambda function included in the aggregation results was last changed.
|
String |
getResourceId()
The resource IDs included in the aggregation results.
|
String |
getRuntime()
The runtimes included in the aggregation results.
|
SeverityCounts |
getSeverityCounts() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The ID of the Amazon Web Services account that owns the Amazon Web Services Lambda function.
|
void |
setFunctionName(String functionName)
The Amazon Web Services Lambda function names included in the aggregation results.
|
void |
setLambdaTags(Map<String,String> lambdaTags)
The tags included in the aggregation results.
|
void |
setLastModifiedAt(Date lastModifiedAt)
The date that the Amazon Web Services Lambda function included in the aggregation results was last changed.
|
void |
setResourceId(String resourceId)
The resource IDs included in the aggregation results.
|
void |
setRuntime(String runtime)
The runtimes included in the aggregation results.
|
void |
setSeverityCounts(SeverityCounts severityCounts) |
String |
toString()
Returns a string representation of this object.
|
LambdaFunctionAggregationResponse |
withAccountId(String accountId)
The ID of the Amazon Web Services account that owns the Amazon Web Services Lambda function.
|
LambdaFunctionAggregationResponse |
withFunctionName(String functionName)
The Amazon Web Services Lambda function names included in the aggregation results.
|
LambdaFunctionAggregationResponse |
withLambdaTags(Map<String,String> lambdaTags)
The tags included in the aggregation results.
|
LambdaFunctionAggregationResponse |
withLastModifiedAt(Date lastModifiedAt)
The date that the Amazon Web Services Lambda function included in the aggregation results was last changed.
|
LambdaFunctionAggregationResponse |
withResourceId(String resourceId)
The resource IDs included in the aggregation results.
|
LambdaFunctionAggregationResponse |
withRuntime(String runtime)
The runtimes included in the aggregation results.
|
LambdaFunctionAggregationResponse |
withSeverityCounts(SeverityCounts severityCounts) |
public void setAccountId(String accountId)
The ID of the Amazon Web Services account that owns the Amazon Web Services Lambda function.
accountId
- The ID of the Amazon Web Services account that owns the Amazon Web Services Lambda function.public String getAccountId()
The ID of the Amazon Web Services account that owns the Amazon Web Services Lambda function.
public LambdaFunctionAggregationResponse withAccountId(String accountId)
The ID of the Amazon Web Services account that owns the Amazon Web Services Lambda function.
accountId
- The ID of the Amazon Web Services account that owns the Amazon Web Services Lambda function.public void setFunctionName(String functionName)
The Amazon Web Services Lambda function names included in the aggregation results.
functionName
- The Amazon Web Services Lambda function names included in the aggregation results.public String getFunctionName()
The Amazon Web Services Lambda function names included in the aggregation results.
public LambdaFunctionAggregationResponse withFunctionName(String functionName)
The Amazon Web Services Lambda function names included in the aggregation results.
functionName
- The Amazon Web Services Lambda function names included in the aggregation results.public Map<String,String> getLambdaTags()
The tags included in the aggregation results.
public void setLambdaTags(Map<String,String> lambdaTags)
The tags included in the aggregation results.
lambdaTags
- The tags included in the aggregation results.public LambdaFunctionAggregationResponse withLambdaTags(Map<String,String> lambdaTags)
The tags included in the aggregation results.
lambdaTags
- The tags included in the aggregation results.public LambdaFunctionAggregationResponse addLambdaTagsEntry(String key, String value)
public LambdaFunctionAggregationResponse clearLambdaTagsEntries()
public void setLastModifiedAt(Date lastModifiedAt)
The date that the Amazon Web Services Lambda function included in the aggregation results was last changed.
lastModifiedAt
- The date that the Amazon Web Services Lambda function included in the aggregation results was last
changed.public Date getLastModifiedAt()
The date that the Amazon Web Services Lambda function included in the aggregation results was last changed.
public LambdaFunctionAggregationResponse withLastModifiedAt(Date lastModifiedAt)
The date that the Amazon Web Services Lambda function included in the aggregation results was last changed.
lastModifiedAt
- The date that the Amazon Web Services Lambda function included in the aggregation results was last
changed.public void setResourceId(String resourceId)
The resource IDs included in the aggregation results.
resourceId
- The resource IDs included in the aggregation results.public String getResourceId()
The resource IDs included in the aggregation results.
public LambdaFunctionAggregationResponse withResourceId(String resourceId)
The resource IDs included in the aggregation results.
resourceId
- The resource IDs included in the aggregation results.public void setRuntime(String runtime)
The runtimes included in the aggregation results.
runtime
- The runtimes included in the aggregation results.public String getRuntime()
The runtimes included in the aggregation results.
public LambdaFunctionAggregationResponse withRuntime(String runtime)
The runtimes included in the aggregation results.
runtime
- The runtimes included in the aggregation results.public void setSeverityCounts(SeverityCounts severityCounts)
severityCounts
- public SeverityCounts getSeverityCounts()
public LambdaFunctionAggregationResponse withSeverityCounts(SeverityCounts severityCounts)
severityCounts
- public String toString()
toString
in class Object
Object.toString()
public LambdaFunctionAggregationResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.