@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JiraConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration of the Jira integration.
Constructor and Description |
---|
JiraConfiguration() |
Modifier and Type | Method and Description |
---|---|
JiraConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getJiraIssueUrl()
The URL of the associated Jira issue.
|
Date |
getLastSyncedTime() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setJiraIssueUrl(String jiraIssueUrl)
The URL of the associated Jira issue.
|
void |
setLastSyncedTime(Date lastSyncedTime) |
String |
toString()
Returns a string representation of this object.
|
JiraConfiguration |
withJiraIssueUrl(String jiraIssueUrl)
The URL of the associated Jira issue.
|
JiraConfiguration |
withLastSyncedTime(Date lastSyncedTime) |
public void setJiraIssueUrl(String jiraIssueUrl)
The URL of the associated Jira issue.
jiraIssueUrl
- The URL of the associated Jira issue.public String getJiraIssueUrl()
The URL of the associated Jira issue.
public JiraConfiguration withJiraIssueUrl(String jiraIssueUrl)
The URL of the associated Jira issue.
jiraIssueUrl
- The URL of the associated Jira issue.public void setLastSyncedTime(Date lastSyncedTime)
lastSyncedTime
- public Date getLastSyncedTime()
public JiraConfiguration withLastSyncedTime(Date lastSyncedTime)
lastSyncedTime
- public String toString()
toString
in class Object
Object.toString()
public JiraConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.