@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public ServiceNowParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.