@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SdkType extends Object implements Serializable, Cloneable, StructuredPojo
A type of SDK that API Gateway can generate.
Constructor and Description |
---|
SdkType() |
Modifier and Type | Method and Description |
---|---|
SdkType |
clone() |
boolean |
equals(Object obj) |
List<SdkConfigurationProperty> |
getConfigurationProperties()
A list of configuration properties of an SdkType.
|
String |
getDescription()
The description of an SdkType.
|
String |
getFriendlyName()
The user-friendly name of an SdkType instance.
|
String |
getId()
The identifier of an SdkType instance.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfigurationProperties(Collection<SdkConfigurationProperty> configurationProperties)
A list of configuration properties of an SdkType.
|
void |
setDescription(String description)
The description of an SdkType.
|
void |
setFriendlyName(String friendlyName)
The user-friendly name of an SdkType instance.
|
void |
setId(String id)
The identifier of an SdkType instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SdkType |
withConfigurationProperties(Collection<SdkConfigurationProperty> configurationProperties)
A list of configuration properties of an SdkType.
|
SdkType |
withConfigurationProperties(SdkConfigurationProperty... configurationProperties)
A list of configuration properties of an SdkType.
|
SdkType |
withDescription(String description)
The description of an SdkType.
|
SdkType |
withFriendlyName(String friendlyName)
The user-friendly name of an SdkType instance.
|
SdkType |
withId(String id)
The identifier of an SdkType instance.
|
public void setId(String id)
The identifier of an SdkType instance.
id
- The identifier of an SdkType instance.public String getId()
The identifier of an SdkType instance.
public SdkType withId(String id)
The identifier of an SdkType instance.
id
- The identifier of an SdkType instance.public void setFriendlyName(String friendlyName)
The user-friendly name of an SdkType instance.
friendlyName
- The user-friendly name of an SdkType instance.public String getFriendlyName()
The user-friendly name of an SdkType instance.
public SdkType withFriendlyName(String friendlyName)
The user-friendly name of an SdkType instance.
friendlyName
- The user-friendly name of an SdkType instance.public void setDescription(String description)
The description of an SdkType.
description
- The description of an SdkType.public String getDescription()
The description of an SdkType.
public SdkType withDescription(String description)
The description of an SdkType.
description
- The description of an SdkType.public List<SdkConfigurationProperty> getConfigurationProperties()
A list of configuration properties of an SdkType.
public void setConfigurationProperties(Collection<SdkConfigurationProperty> configurationProperties)
A list of configuration properties of an SdkType.
configurationProperties
- A list of configuration properties of an SdkType.public SdkType withConfigurationProperties(SdkConfigurationProperty... configurationProperties)
A list of configuration properties of an SdkType.
NOTE: This method appends the values to the existing list (if any). Use
setConfigurationProperties(java.util.Collection)
or
withConfigurationProperties(java.util.Collection)
if you want to override the existing values.
configurationProperties
- A list of configuration properties of an SdkType.public SdkType withConfigurationProperties(Collection<SdkConfigurationProperty> configurationProperties)
A list of configuration properties of an SdkType.
configurationProperties
- A list of configuration properties of an SdkType.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.