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