@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DynatraceConnectorProfileCredentials extends Object implements Serializable, Cloneable, StructuredPojo
The connector-specific profile credentials required by Dynatrace.
| Constructor and Description |
|---|
DynatraceConnectorProfileCredentials() |
| Modifier and Type | Method and Description |
|---|---|
DynatraceConnectorProfileCredentials |
clone() |
boolean |
equals(Object obj) |
String |
getApiToken()
The API tokens used by Dynatrace API to authenticate various API calls.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setApiToken(String apiToken)
The API tokens used by Dynatrace API to authenticate various API calls.
|
String |
toString()
Returns a string representation of this object.
|
DynatraceConnectorProfileCredentials |
withApiToken(String apiToken)
The API tokens used by Dynatrace API to authenticate various API calls.
|
public DynatraceConnectorProfileCredentials()
public void setApiToken(String apiToken)
The API tokens used by Dynatrace API to authenticate various API calls.
apiToken - The API tokens used by Dynatrace API to authenticate various API calls.public String getApiToken()
The API tokens used by Dynatrace API to authenticate various API calls.
public DynatraceConnectorProfileCredentials withApiToken(String apiToken)
The API tokens used by Dynatrace API to authenticate various API calls.
apiToken - The API tokens used by Dynatrace API to authenticate various API calls.public String toString()
toString in class ObjectObject.toString()public DynatraceConnectorProfileCredentials clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.