@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LicenseServiceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for a license service that is associated with a studio resource.
Constructor and Description |
---|
LicenseServiceConfiguration() |
Modifier and Type | Method and Description |
---|---|
LicenseServiceConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getEndpoint()
The endpoint of the license service that is accessed by the studio component resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndpoint(String endpoint)
The endpoint of the license service that is accessed by the studio component resource.
|
String |
toString()
Returns a string representation of this object.
|
LicenseServiceConfiguration |
withEndpoint(String endpoint)
The endpoint of the license service that is accessed by the studio component resource.
|
public void setEndpoint(String endpoint)
The endpoint of the license service that is accessed by the studio component resource.
endpoint
- The endpoint of the license service that is accessed by the studio component resource.public String getEndpoint()
The endpoint of the license service that is accessed by the studio component resource.
public LicenseServiceConfiguration withEndpoint(String endpoint)
The endpoint of the license service that is accessed by the studio component resource.
endpoint
- The endpoint of the license service that is accessed by the studio component resource.public String toString()
toString
in class Object
Object.toString()
public LicenseServiceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.