@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CaptureContentTypeHeader extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
CaptureContentTypeHeader() |
| Modifier and Type | Method and Description |
|---|---|
CaptureContentTypeHeader |
clone() |
boolean |
equals(Object obj) |
List<String> |
getCsvContentTypes()
|
List<String> |
getJsonContentTypes()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCsvContentTypes(Collection<String> csvContentTypes)
|
void |
setJsonContentTypes(Collection<String> jsonContentTypes)
|
String |
toString()
Returns a string representation of this object.
|
CaptureContentTypeHeader |
withCsvContentTypes(Collection<String> csvContentTypes)
|
CaptureContentTypeHeader |
withCsvContentTypes(String... csvContentTypes)
|
CaptureContentTypeHeader |
withJsonContentTypes(Collection<String> jsonContentTypes)
|
CaptureContentTypeHeader |
withJsonContentTypes(String... jsonContentTypes)
|
public void setCsvContentTypes(Collection<String> csvContentTypes)
csvContentTypes - public CaptureContentTypeHeader withCsvContentTypes(String... csvContentTypes)
NOTE: This method appends the values to the existing list (if any). Use
setCsvContentTypes(java.util.Collection) or withCsvContentTypes(java.util.Collection) if you
want to override the existing values.
csvContentTypes - public CaptureContentTypeHeader withCsvContentTypes(Collection<String> csvContentTypes)
csvContentTypes - public void setJsonContentTypes(Collection<String> jsonContentTypes)
jsonContentTypes - public CaptureContentTypeHeader withJsonContentTypes(String... jsonContentTypes)
NOTE: This method appends the values to the existing list (if any). Use
setJsonContentTypes(java.util.Collection) or withJsonContentTypes(java.util.Collection) if you
want to override the existing values.
jsonContentTypes - public CaptureContentTypeHeader withJsonContentTypes(Collection<String> jsonContentTypes)
jsonContentTypes - public String toString()
toString in class ObjectObject.toString()public CaptureContentTypeHeader clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.