@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatadogConnectorProfileCredentials extends Object implements Serializable, Cloneable, StructuredPojo
The connector-specific credentials required by Datadog.
| Constructor and Description | 
|---|
DatadogConnectorProfileCredentials()  | 
| Modifier and Type | Method and Description | 
|---|---|
DatadogConnectorProfileCredentials | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getApiKey()
 A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API. 
 | 
String | 
getApplicationKey()
 Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setApiKey(String apiKey)
 A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API. 
 | 
void | 
setApplicationKey(String applicationKey)
 Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DatadogConnectorProfileCredentials | 
withApiKey(String apiKey)
 A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API. 
 | 
DatadogConnectorProfileCredentials | 
withApplicationKey(String applicationKey)
 Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. 
 | 
public void setApiKey(String apiKey)
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
apiKey - A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.public String getApiKey()
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
public DatadogConnectorProfileCredentials withApiKey(String apiKey)
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
apiKey - A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.public void setApplicationKey(String applicationKey)
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.
applicationKey - Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API.
        Application keys are associated with the user account that created them. The application key is used to
        log all requests made to the API.public String getApplicationKey()
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.
public DatadogConnectorProfileCredentials withApplicationKey(String applicationKey)
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.
applicationKey - Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API.
        Application keys are associated with the user account that created them. The application key is used to
        log all requests made to the API.public String toString()
toString in class ObjectObject.toString()public DatadogConnectorProfileCredentials clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.