@Generated(value="software.amazon.awssdk:codegen") public final class DeveloperInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeveloperInfo.Builder,DeveloperInfo>
The details about the developer that published the skill.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeveloperInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeveloperInfo.Builder |
builder() |
String |
developerName()
The name of the developer.
|
String |
email()
The email of the developer.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
privacyPolicy()
The URL of the privacy policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeveloperInfo.Builder> |
serializableBuilderClass() |
DeveloperInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
The website of the developer.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String developerName()
The name of the developer.
public String privacyPolicy()
The URL of the privacy policy.
public String email()
The email of the developer.
public String url()
The website of the developer.
public DeveloperInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeveloperInfo.Builder,DeveloperInfo>public static DeveloperInfo.Builder builder()
public static Class<? extends DeveloperInfo.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.