@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()
The current page of elements from this collection.
|
String |
getPosition() |
int |
hashCode() |
void |
setItems(Collection<SdkType> items)
The current page of elements from this collection.
|
void |
setPosition(String position) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetSdkTypesResult |
withItems(Collection<SdkType> items)
The current page of elements from this collection.
|
GetSdkTypesResult |
withItems(SdkType... items)
The current page of elements from this collection.
|
GetSdkTypesResult |
withPosition(String position) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPosition(String position)
position - public String getPosition()
public GetSdkTypesResult withPosition(String position)
position - public List<SdkType> getItems()
The current page of elements from this collection.
public void setItems(Collection<SdkType> items)
The current page of elements from this collection.
items - The current page of elements from this collection.public GetSdkTypesResult withItems(SdkType... items)
The current page of elements from this 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.
items - The current page of elements from this collection.public GetSdkTypesResult withItems(Collection<SdkType> items)
The current page of elements from this collection.
items - The current page of elements from this collection.public String toString()
toString in class ObjectObject.toString()public GetSdkTypesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.