@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLicenseEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateLicenseEndpointResult() |
Modifier and Type | Method and Description |
---|---|
CreateLicenseEndpointResult |
clone() |
boolean |
equals(Object obj) |
String |
getLicenseEndpointId()
The license endpoint ID.
|
int |
hashCode() |
void |
setLicenseEndpointId(String licenseEndpointId)
The license endpoint ID.
|
String |
toString()
Returns a string representation of this object.
|
CreateLicenseEndpointResult |
withLicenseEndpointId(String licenseEndpointId)
The license endpoint ID.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLicenseEndpointId(String licenseEndpointId)
The license endpoint ID.
licenseEndpointId
- The license endpoint ID.public String getLicenseEndpointId()
The license endpoint ID.
public CreateLicenseEndpointResult withLicenseEndpointId(String licenseEndpointId)
The license endpoint ID.
licenseEndpointId
- The license endpoint ID.public String toString()
toString
in class Object
Object.toString()
public CreateLicenseEndpointResult clone()