@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PathPatternConditionConfig extends Object implements Serializable, Cloneable
| Constructor and Description | 
|---|
PathPatternConditionConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
PathPatternConditionConfig | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<String> | 
getValues()  | 
int | 
hashCode()  | 
void | 
setValues(Collection<String> values)  | 
String | 
toString()
Returns a string representation of this object. 
 | 
PathPatternConditionConfig | 
withValues(Collection<String> values)  | 
PathPatternConditionConfig | 
withValues(String... values)
 NOTE: This method appends the values to the existing list (if any). 
 | 
public void setValues(Collection<String> values)
values - public PathPatternConditionConfig withValues(String... values)
 NOTE: This method appends the values to the existing list (if any). Use
 setValues(java.util.Collection) or withValues(java.util.Collection) if you want to override the
 existing values.
 
values - public PathPatternConditionConfig withValues(Collection<String> values)
values - public String toString()
toString in class ObjectObject.toString()public PathPatternConditionConfig clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.