@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WarningGroup extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
WarningGroup() |
| Modifier and Type | Method and Description |
|---|---|
WarningGroup |
clone() |
boolean |
equals(Object obj) |
Integer |
getCode()
Warning code that identifies a specific warning in the job.
|
Integer |
getCount()
The number of times this warning occurred in the job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCode(Integer code)
Warning code that identifies a specific warning in the job.
|
void |
setCount(Integer count)
The number of times this warning occurred in the job.
|
String |
toString()
Returns a string representation of this object.
|
WarningGroup |
withCode(Integer code)
Warning code that identifies a specific warning in the job.
|
WarningGroup |
withCount(Integer count)
The number of times this warning occurred in the job.
|
public void setCode(Integer code)
code - Warning code that identifies a specific warning in the job. For more information, see
https://docs.aws.amazon.com/mediaconvert/latest/ug/warning_codes.htmlpublic Integer getCode()
public WarningGroup withCode(Integer code)
code - Warning code that identifies a specific warning in the job. For more information, see
https://docs.aws.amazon.com/mediaconvert/latest/ug/warning_codes.htmlpublic void setCount(Integer count)
count - The number of times this warning occurred in the job.public Integer getCount()
public WarningGroup withCount(Integer count)
count - The number of times this warning occurred in the job.public String toString()
toString in class ObjectObject.toString()public WarningGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.