@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SingularConnectorProfileCredentials extends Object implements Serializable, Cloneable, StructuredPojo
The connector-specific profile credentials required when using Singular.
| Constructor and Description |
|---|
SingularConnectorProfileCredentials() |
| Modifier and Type | Method and Description |
|---|---|
SingularConnectorProfileCredentials |
clone() |
boolean |
equals(Object obj) |
String |
getApiKey()
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your 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.
|
String |
toString()
Returns a string representation of this object.
|
SingularConnectorProfileCredentials |
withApiKey(String apiKey)
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your 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 SingularConnectorProfileCredentials 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 String toString()
toString in class ObjectObject.toString()public SingularConnectorProfileCredentials clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.