@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSdkTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A type of SDK that API Gateway can generate.
Constructor and Description |
---|
GetSdkTypeResult() |
Modifier and Type | Method and Description |
---|---|
GetSdkTypeResult |
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 |
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.
|
GetSdkTypeResult |
withConfigurationProperties(Collection<SdkConfigurationProperty> configurationProperties)
A list of configuration properties of an SdkType.
|
GetSdkTypeResult |
withConfigurationProperties(SdkConfigurationProperty... configurationProperties)
A list of configuration properties of an SdkType.
|
GetSdkTypeResult |
withDescription(String description)
The description of an SdkType.
|
GetSdkTypeResult |
withFriendlyName(String friendlyName)
The user-friendly name of an SdkType instance.
|
GetSdkTypeResult |
withId(String id)
The identifier of an SdkType instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetSdkTypeResult 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 GetSdkTypeResult 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 GetSdkTypeResult 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 GetSdkTypeResult 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 GetSdkTypeResult 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 GetSdkTypeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.