@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SaaSConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Provides the configuration information to connect to GitHub Enterprise Cloud (SaaS).
Constructor and Description |
---|
SaaSConfiguration() |
Modifier and Type | Method and Description |
---|---|
SaaSConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getHostUrl()
The GitHub host URL or API endpoint URL.
|
String |
getOrganizationName()
The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHostUrl(String hostUrl)
The GitHub host URL or API endpoint URL.
|
void |
setOrganizationName(String organizationName)
The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to.
|
String |
toString()
Returns a string representation of this object.
|
SaaSConfiguration |
withHostUrl(String hostUrl)
The GitHub host URL or API endpoint URL.
|
SaaSConfiguration |
withOrganizationName(String organizationName)
The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to.
|
public void setOrganizationName(String organizationName)
The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to. You can find your organization name by logging into GitHub desktop and selecting Your organizations under your profile picture dropdown.
organizationName
- The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to. You can
find your organization name by logging into GitHub desktop and selecting Your organizations under
your profile picture dropdown.public String getOrganizationName()
The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to. You can find your organization name by logging into GitHub desktop and selecting Your organizations under your profile picture dropdown.
public SaaSConfiguration withOrganizationName(String organizationName)
The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to. You can find your organization name by logging into GitHub desktop and selecting Your organizations under your profile picture dropdown.
organizationName
- The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to. You can
find your organization name by logging into GitHub desktop and selecting Your organizations under
your profile picture dropdown.public void setHostUrl(String hostUrl)
The GitHub host URL or API endpoint URL. For example, https://api.github.com.
hostUrl
- The GitHub host URL or API endpoint URL. For example, https://api.github.com.public String getHostUrl()
The GitHub host URL or API endpoint URL. For example, https://api.github.com.
public SaaSConfiguration withHostUrl(String hostUrl)
The GitHub host URL or API endpoint URL. For example, https://api.github.com.
hostUrl
- The GitHub host URL or API endpoint URL. For example, https://api.github.com.public String toString()
toString
in class Object
Object.toString()
public SaaSConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.