@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DynatraceConnectorProfileProperties extends Object implements Serializable, Cloneable, StructuredPojo
The connector-specific profile properties required by Dynatrace.
| Constructor and Description |
|---|
DynatraceConnectorProfileProperties() |
| Modifier and Type | Method and Description |
|---|---|
DynatraceConnectorProfileProperties |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceUrl()
The location of the Dynatrace resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInstanceUrl(String instanceUrl)
The location of the Dynatrace resource.
|
String |
toString()
Returns a string representation of this object.
|
DynatraceConnectorProfileProperties |
withInstanceUrl(String instanceUrl)
The location of the Dynatrace resource.
|
public void setInstanceUrl(String instanceUrl)
The location of the Dynatrace resource.
instanceUrl - The location of the Dynatrace resource.public String getInstanceUrl()
The location of the Dynatrace resource.
public DynatraceConnectorProfileProperties withInstanceUrl(String instanceUrl)
The location of the Dynatrace resource.
instanceUrl - The location of the Dynatrace resource.public String toString()
toString in class ObjectObject.toString()public DynatraceConnectorProfileProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.