@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSAccountAndLambdaRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_ID |
static String |
JSON_PROPERTY_LAMBDA_ARN |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSAccountAndLambdaRequest() |
AWSAccountAndLambdaRequest(String accountId,
String lambdaArn) |
| Modifier and Type | Method and Description |
|---|---|
AWSAccountAndLambdaRequest |
accountId(String accountId) |
boolean |
equals(Object o)
Return true if this AWSAccountAndLambdaRequest object is equal to o.
|
String |
getAccountId()
Your AWS Account ID without dashes.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getLambdaArn()
ARN of the Datadog Lambda created during the Datadog-Amazon Web services Log collection setup.
|
int |
hashCode() |
AWSAccountAndLambdaRequest |
lambdaArn(String lambdaArn) |
AWSAccountAndLambdaRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAccountId(String accountId) |
void |
setLambdaArn(String lambdaArn) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNT_ID
public static final String JSON_PROPERTY_LAMBDA_ARN
public AWSAccountAndLambdaRequest accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public AWSAccountAndLambdaRequest lambdaArn(String lambdaArn)
public String getLambdaArn()
public void setLambdaArn(String lambdaArn)
public AWSAccountAndLambdaRequest putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.