Class LowCopyListMap.ForBuilder
- java.lang.Object
-
- software.amazon.awssdk.internal.http.LowCopyListMap.ForBuilder
-
- Enclosing class:
- LowCopyListMap
@NotThreadSafe public static final class LowCopyListMap.ForBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
boolean
equals(Object o)
LowCopyListMap.ForBuildable
forBuildable()
Map<String,List<String>>
forInternalRead()
Map<String,List<String>>
forInternalWrite()
int
hashCode()
void
setFromExternal(Map<String,List<String>> map)
-
-
-
Method Detail
-
clear
public void clear()
-
forBuildable
public LowCopyListMap.ForBuildable forBuildable()
-
-