@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceNowParameters extends Object implements Serializable, Cloneable, StructuredPojo
The parameters for ServiceNow.
| Constructor and Description |
|---|
ServiceNowParameters() |
| Modifier and Type | Method and Description |
|---|---|
ServiceNowParameters |
clone() |
boolean |
equals(Object obj) |
String |
getSiteBaseUrl()
URL of the base site.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSiteBaseUrl(String siteBaseUrl)
URL of the base site.
|
String |
toString()
Returns a string representation of this object.
|
ServiceNowParameters |
withSiteBaseUrl(String siteBaseUrl)
URL of the base site.
|
public void setSiteBaseUrl(String siteBaseUrl)
URL of the base site.
siteBaseUrl - URL of the base site.public String getSiteBaseUrl()
URL of the base site.
public ServiceNowParameters withSiteBaseUrl(String siteBaseUrl)
URL of the base site.
siteBaseUrl - URL of the base site.public String toString()
toString in class ObjectObject.toString()public ServiceNowParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.