public class GetBasePathMappingsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents a collection of BasePathMapping resources.
Modifier and Type | Field and Description |
---|---|
private java.util.List<BasePathMapping> |
items
The current page of any BasePathMapping resources in the
collection of base path mapping resources.
|
private java.lang.String |
position |
Constructor and Description |
---|
GetBasePathMappingsResult() |
Modifier and Type | Method and Description |
---|---|
GetBasePathMappingsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<BasePathMapping> |
getItems()
The current page of any BasePathMapping resources in the
collection of base path mapping resources.
|
java.lang.String |
getPosition() |
int |
hashCode() |
void |
setItems(java.util.Collection<BasePathMapping> items)
The current page of any BasePathMapping resources in the
collection of base path mapping resources.
|
void |
setPosition(java.lang.String position) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetBasePathMappingsResult |
withItems(BasePathMapping... items)
The current page of any BasePathMapping resources in the
collection of base path mapping resources.
|
GetBasePathMappingsResult |
withItems(java.util.Collection<BasePathMapping> items)
The current page of any BasePathMapping resources in the
collection of base path mapping resources.
|
GetBasePathMappingsResult |
withPosition(java.lang.String position) |
private java.lang.String position
private java.util.List<BasePathMapping> items
The current page of any BasePathMapping resources in the collection of base path mapping resources.
public void setPosition(java.lang.String position)
position
- public java.lang.String getPosition()
public GetBasePathMappingsResult withPosition(java.lang.String position)
position
- public java.util.List<BasePathMapping> getItems()
The current page of any BasePathMapping resources in the collection of base path mapping resources.
public void setItems(java.util.Collection<BasePathMapping> items)
The current page of any BasePathMapping resources in the collection of base path mapping resources.
items
- The current page of any BasePathMapping resources in the
collection of base path mapping resources.public GetBasePathMappingsResult withItems(BasePathMapping... items)
The current page of any BasePathMapping resources in the collection of base path mapping resources.
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 any BasePathMapping resources in the
collection of base path mapping resources.public GetBasePathMappingsResult withItems(java.util.Collection<BasePathMapping> items)
The current page of any BasePathMapping resources in the collection of base path mapping resources.
items
- The current page of any BasePathMapping resources in the
collection of base path mapping resources.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetBasePathMappingsResult clone()
clone
in class java.lang.Object