@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JiraParameters extends Object implements Serializable, Cloneable, StructuredPojo
The parameters for Jira.
Constructor and Description |
---|
JiraParameters() |
Modifier and Type | Method and Description |
---|---|
JiraParameters |
clone() |
boolean |
equals(Object obj) |
String |
getSiteBaseUrl()
The base URL of the Jira site.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSiteBaseUrl(String siteBaseUrl)
The base URL of the Jira site.
|
String |
toString()
Returns a string representation of this object.
|
JiraParameters |
withSiteBaseUrl(String siteBaseUrl)
The base URL of the Jira site.
|
public void setSiteBaseUrl(String siteBaseUrl)
The base URL of the Jira site.
siteBaseUrl
- The base URL of the Jira site.public String getSiteBaseUrl()
The base URL of the Jira site.
public JiraParameters withSiteBaseUrl(String siteBaseUrl)
The base URL of the Jira site.
siteBaseUrl
- The base URL of the Jira site.public String toString()
toString
in class Object
Object.toString()
public JiraParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.