@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
url()
The website of the developer.
|
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeveloperInfo.Builder,DeveloperInfo>
public static DeveloperInfo.Builder builder()
public static Class<? extends DeveloperInfo.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.