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()booleanA list of aliases.A string, present if there are more aliases.inthashCode()voidsetAliases(Collection<AliasConfiguration> aliases) A list of aliases.voidsetNextMarker(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
-