Class ListAliasesResult
java.lang.Object
com.amazonaws.services.lambda.model.ListAliasesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of aliases.A string, present if there are more aliases.int
hashCode()
void
setAliases
(Collection<AliasConfiguration> aliases) A list of aliases.void
setNextMarker
(String nextMarker) A string, present if there are more aliases.toString()
Returns a string representation of this object; useful for testing and debugging.withAliases
(AliasConfiguration... aliases) A list of aliases.withAliases
(Collection<AliasConfiguration> aliases) A list of aliases.withNextMarker
(String nextMarker) A string, present if there are more aliases.
-
Constructor Details
-
ListAliasesResult
public ListAliasesResult()
-
-
Method Details
-
setNextMarker
A string, present if there are more aliases.
- Parameters:
nextMarker
- A string, present if there are more aliases.
-
getNextMarker
A string, present if there are more aliases.
- Returns:
- A string, present if there are more aliases.
-
withNextMarker
A string, present if there are more aliases.
- Parameters:
nextMarker
- A string, present if there are more aliases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getAliases
A list of aliases.
- Returns:
- A list of aliases.
-
setAliases
A list of aliases.
- Parameters:
aliases
- A list of aliases.
-
withAliases
A list of aliases.
NOTE: This method appends the values to the existing list (if any). Use
setAliases(java.util.Collection)
orwithAliases(java.util.Collection)
if you want to override the existing values.- Parameters:
aliases
- A list of aliases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withAliases
A list of aliases.
- Parameters:
aliases
- A list of aliases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-