@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSdkTypesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The collection of SdkType instances.
| Constructor and Description |
|---|
GetSdkTypesResult() |
| Modifier and Type | Method and Description |
|---|---|
GetSdkTypesResult |
clone() |
boolean |
equals(Object obj) |
List<SdkType> |
getItems()
|
String |
getPosition() |
int |
hashCode() |
void |
setItems(Collection<SdkType> items)
|
void |
setPosition(String position) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetSdkTypesResult |
withItems(Collection<SdkType> items)
|
GetSdkTypesResult |
withItems(SdkType... items)
|
GetSdkTypesResult |
withPosition(String position) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPosition(String position)
position - public String getPosition()
public GetSdkTypesResult withPosition(String position)
position - public void setItems(Collection<SdkType> items)
public GetSdkTypesResult withItems(SdkType... items)
The set of SdkType items that comprise this view of the SdkTypes collection.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the
existing values.
public GetSdkTypesResult withItems(Collection<SdkType> items)
public String toString()
toString in class ObjectObject.toString()public GetSdkTypesResult clone()
Copyright © 2017. All rights reserved.