@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SAPODataConnectorProfileProperties extends Object implements Serializable, Cloneable, StructuredPojo
The connector-specific profile properties required when using SAPOData.
Constructor and Description |
---|
SAPODataConnectorProfileProperties() |
Modifier and Type | Method and Description |
---|---|
SAPODataConnectorProfileProperties |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationHostUrl()
The location of the SAPOData resource.
|
String |
getApplicationServicePath()
The application path to catalog service.
|
String |
getClientNumber()
The client number for the client creating the connection.
|
String |
getLogonLanguage()
The logon language of SAPOData instance.
|
OAuthProperties |
getOAuthProperties()
The SAPOData OAuth properties required for OAuth type authentication.
|
Integer |
getPortNumber()
The port number of the SAPOData instance.
|
String |
getPrivateLinkServiceName()
The SAPOData Private Link service name to be used for private data transfers.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationHostUrl(String applicationHostUrl)
The location of the SAPOData resource.
|
void |
setApplicationServicePath(String applicationServicePath)
The application path to catalog service.
|
void |
setClientNumber(String clientNumber)
The client number for the client creating the connection.
|
void |
setLogonLanguage(String logonLanguage)
The logon language of SAPOData instance.
|
void |
setOAuthProperties(OAuthProperties oAuthProperties)
The SAPOData OAuth properties required for OAuth type authentication.
|
void |
setPortNumber(Integer portNumber)
The port number of the SAPOData instance.
|
void |
setPrivateLinkServiceName(String privateLinkServiceName)
The SAPOData Private Link service name to be used for private data transfers.
|
String |
toString()
Returns a string representation of this object.
|
SAPODataConnectorProfileProperties |
withApplicationHostUrl(String applicationHostUrl)
The location of the SAPOData resource.
|
SAPODataConnectorProfileProperties |
withApplicationServicePath(String applicationServicePath)
The application path to catalog service.
|
SAPODataConnectorProfileProperties |
withClientNumber(String clientNumber)
The client number for the client creating the connection.
|
SAPODataConnectorProfileProperties |
withLogonLanguage(String logonLanguage)
The logon language of SAPOData instance.
|
SAPODataConnectorProfileProperties |
withOAuthProperties(OAuthProperties oAuthProperties)
The SAPOData OAuth properties required for OAuth type authentication.
|
SAPODataConnectorProfileProperties |
withPortNumber(Integer portNumber)
The port number of the SAPOData instance.
|
SAPODataConnectorProfileProperties |
withPrivateLinkServiceName(String privateLinkServiceName)
The SAPOData Private Link service name to be used for private data transfers.
|
public void setApplicationHostUrl(String applicationHostUrl)
The location of the SAPOData resource.
applicationHostUrl
- The location of the SAPOData resource.public String getApplicationHostUrl()
The location of the SAPOData resource.
public SAPODataConnectorProfileProperties withApplicationHostUrl(String applicationHostUrl)
The location of the SAPOData resource.
applicationHostUrl
- The location of the SAPOData resource.public void setApplicationServicePath(String applicationServicePath)
The application path to catalog service.
applicationServicePath
- The application path to catalog service.public String getApplicationServicePath()
The application path to catalog service.
public SAPODataConnectorProfileProperties withApplicationServicePath(String applicationServicePath)
The application path to catalog service.
applicationServicePath
- The application path to catalog service.public void setPortNumber(Integer portNumber)
The port number of the SAPOData instance.
portNumber
- The port number of the SAPOData instance.public Integer getPortNumber()
The port number of the SAPOData instance.
public SAPODataConnectorProfileProperties withPortNumber(Integer portNumber)
The port number of the SAPOData instance.
portNumber
- The port number of the SAPOData instance.public void setClientNumber(String clientNumber)
The client number for the client creating the connection.
clientNumber
- The client number for the client creating the connection.public String getClientNumber()
The client number for the client creating the connection.
public SAPODataConnectorProfileProperties withClientNumber(String clientNumber)
The client number for the client creating the connection.
clientNumber
- The client number for the client creating the connection.public void setLogonLanguage(String logonLanguage)
The logon language of SAPOData instance.
logonLanguage
- The logon language of SAPOData instance.public String getLogonLanguage()
The logon language of SAPOData instance.
public SAPODataConnectorProfileProperties withLogonLanguage(String logonLanguage)
The logon language of SAPOData instance.
logonLanguage
- The logon language of SAPOData instance.public void setPrivateLinkServiceName(String privateLinkServiceName)
The SAPOData Private Link service name to be used for private data transfers.
privateLinkServiceName
- The SAPOData Private Link service name to be used for private data transfers.public String getPrivateLinkServiceName()
The SAPOData Private Link service name to be used for private data transfers.
public SAPODataConnectorProfileProperties withPrivateLinkServiceName(String privateLinkServiceName)
The SAPOData Private Link service name to be used for private data transfers.
privateLinkServiceName
- The SAPOData Private Link service name to be used for private data transfers.public void setOAuthProperties(OAuthProperties oAuthProperties)
The SAPOData OAuth properties required for OAuth type authentication.
oAuthProperties
- The SAPOData OAuth properties required for OAuth type authentication.public OAuthProperties getOAuthProperties()
The SAPOData OAuth properties required for OAuth type authentication.
public SAPODataConnectorProfileProperties withOAuthProperties(OAuthProperties oAuthProperties)
The SAPOData OAuth properties required for OAuth type authentication.
oAuthProperties
- The SAPOData OAuth properties required for OAuth type authentication.public String toString()
toString
in class Object
Object.toString()
public SAPODataConnectorProfileProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.