@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeveloperInfo extends Object implements Serializable, Cloneable, StructuredPojo
The details about the developer that published the skill.
| Constructor and Description |
|---|
DeveloperInfo() |
| Modifier and Type | Method and Description |
|---|---|
DeveloperInfo |
clone() |
boolean |
equals(Object obj) |
String |
getDeveloperName()
The name of the developer.
|
String |
getEmail()
The email of the developer.
|
String |
getPrivacyPolicy()
The URL of the privacy policy.
|
String |
getUrl()
The website of the developer.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDeveloperName(String developerName)
The name of the developer.
|
void |
setEmail(String email)
The email of the developer.
|
void |
setPrivacyPolicy(String privacyPolicy)
The URL of the privacy policy.
|
void |
setUrl(String url)
The website of the developer.
|
String |
toString()
Returns a string representation of this object.
|
DeveloperInfo |
withDeveloperName(String developerName)
The name of the developer.
|
DeveloperInfo |
withEmail(String email)
The email of the developer.
|
DeveloperInfo |
withPrivacyPolicy(String privacyPolicy)
The URL of the privacy policy.
|
DeveloperInfo |
withUrl(String url)
The website of the developer.
|
public void setDeveloperName(String developerName)
The name of the developer.
developerName - The name of the developer.public String getDeveloperName()
The name of the developer.
public DeveloperInfo withDeveloperName(String developerName)
The name of the developer.
developerName - The name of the developer.public void setPrivacyPolicy(String privacyPolicy)
The URL of the privacy policy.
privacyPolicy - The URL of the privacy policy.public String getPrivacyPolicy()
The URL of the privacy policy.
public DeveloperInfo withPrivacyPolicy(String privacyPolicy)
The URL of the privacy policy.
privacyPolicy - The URL of the privacy policy.public void setEmail(String email)
The email of the developer.
email - The email of the developer.public String getEmail()
The email of the developer.
public DeveloperInfo withEmail(String email)
The email of the developer.
email - The email of the developer.public void setUrl(String url)
The website of the developer.
url - The website of the developer.public String getUrl()
The website of the developer.
public DeveloperInfo withUrl(String url)
The website of the developer.
url - The website of the developer.public String toString()
toString in class ObjectObject.toString()public DeveloperInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.