/* * Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.elastictranscoder.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** * <p> * The .jpg or .png file associated with an audio file. * </p> */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class JobAlbumArt implements Serializable, Cloneable, StructuredPojo { /** * <p> * A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files. * </p> * <ul> * <li> * <p> * <code>Replace:</code> The specified album art replaces any existing album art. * </p> * </li> * <li> * <p> * <code>Prepend:</code> The specified album art is placed in front of any existing album art. * </p> * </li> * <li> * <p> * <code>Append:</code> The specified album art is placed after any existing album art. * </p> * </li> * <li> * <p> * <code>Fallback:</code> If the original input file contains artwork, Elastic Transcoder uses that artwork for the * output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file. * </p> * </li> * </ul> */ private String mergePolicy; /** * <p> * The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of * 20. Valid formats are <code>.jpg</code> and <code>.png</code> * </p> */ private com.amazonaws.internal.SdkInternalList<Artwork> artwork; /** * <p> * A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files. * </p> * <ul> * <li> * <p> * <code>Replace:</code> The specified album art replaces any existing album art. * </p> * </li> * <li> * <p> * <code>Prepend:</code> The specified album art is placed in front of any existing album art. * </p> * </li> * <li> * <p> * <code>Append:</code> The specified album art is placed after any existing album art. * </p> * </li> * <li> * <p> * <code>Fallback:</code> If the original input file contains artwork, Elastic Transcoder uses that artwork for the * output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file. * </p> * </li> * </ul> * * @param mergePolicy * A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.</p> * <ul> * <li> * <p> * <code>Replace:</code> The specified album art replaces any existing album art. * </p> * </li> * <li> * <p> * <code>Prepend:</code> The specified album art is placed in front of any existing album art. * </p> * </li> * <li> * <p> * <code>Append:</code> The specified album art is placed after any existing album art. * </p> * </li> * <li> * <p> * <code>Fallback:</code> If the original input file contains artwork, Elastic Transcoder uses that artwork * for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified * album art file. * </p> * </li> */ public void setMergePolicy(String mergePolicy) { this.mergePolicy = mergePolicy; } /** * <p> * A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files. * </p> * <ul> * <li> * <p> * <code>Replace:</code> The specified album art replaces any existing album art. * </p> * </li> * <li> * <p> * <code>Prepend:</code> The specified album art is placed in front of any existing album art. * </p> * </li> * <li> * <p> * <code>Append:</code> The specified album art is placed after any existing album art. * </p> * </li> * <li> * <p> * <code>Fallback:</code> If the original input file contains artwork, Elastic Transcoder uses that artwork for the * output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file. * </p> * </li> * </ul> * * @return A policy that determines how Elastic Transcoder handles the existence of multiple album artwork * files.</p> * <ul> * <li> * <p> * <code>Replace:</code> The specified album art replaces any existing album art. * </p> * </li> * <li> * <p> * <code>Prepend:</code> The specified album art is placed in front of any existing album art. * </p> * </li> * <li> * <p> * <code>Append:</code> The specified album art is placed after any existing album art. * </p> * </li> * <li> * <p> * <code>Fallback:</code> If the original input file contains artwork, Elastic Transcoder uses that artwork * for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified * album art file. * </p> * </li> */ public String getMergePolicy() { return this.mergePolicy; } /** * <p> * A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files. * </p> * <ul> * <li> * <p> * <code>Replace:</code> The specified album art replaces any existing album art. * </p> * </li> * <li> * <p> * <code>Prepend:</code> The specified album art is placed in front of any existing album art. * </p> * </li> * <li> * <p> * <code>Append:</code> The specified album art is placed after any existing album art. * </p> * </li> * <li> * <p> * <code>Fallback:</code> If the original input file contains artwork, Elastic Transcoder uses that artwork for the * output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file. * </p> * </li> * </ul> * * @param mergePolicy * A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.</p> * <ul> * <li> * <p> * <code>Replace:</code> The specified album art replaces any existing album art. * </p> * </li> * <li> * <p> * <code>Prepend:</code> The specified album art is placed in front of any existing album art. * </p> * </li> * <li> * <p> * <code>Append:</code> The specified album art is placed after any existing album art. * </p> * </li> * <li> * <p> * <code>Fallback:</code> If the original input file contains artwork, Elastic Transcoder uses that artwork * for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified * album art file. * </p> * </li> * @return Returns a reference to this object so that method calls can be chained together. */ public JobAlbumArt withMergePolicy(String mergePolicy) { setMergePolicy(mergePolicy); return this; } /** * <p> * The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of * 20. Valid formats are <code>.jpg</code> and <code>.png</code> * </p> * * @return The file to be used as album art. There can be multiple artworks associated with an audio file, to a * maximum of 20. Valid formats are <code>.jpg</code> and <code>.png</code> */ public java.util.List<Artwork> getArtwork() { if (artwork == null) { artwork = new com.amazonaws.internal.SdkInternalList<Artwork>(); } return artwork; } /** * <p> * The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of * 20. Valid formats are <code>.jpg</code> and <code>.png</code> * </p> * * @param artwork * The file to be used as album art. There can be multiple artworks associated with an audio file, to a * maximum of 20. Valid formats are <code>.jpg</code> and <code>.png</code> */ public void setArtwork(java.util.Collection<Artwork> artwork) { if (artwork == null) { this.artwork = null; return; } this.artwork = new com.amazonaws.internal.SdkInternalList<Artwork>(artwork); } /** * <p> * The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of * 20. Valid formats are <code>.jpg</code> and <code>.png</code> * </p> * <p> * <b>NOTE:</b> This method appends the values to the existing list (if any). Use * {@link #setArtwork(java.util.Collection)} or {@link #withArtwork(java.util.Collection)} if you want to override * the existing values. * </p> * * @param artwork * The file to be used as album art. There can be multiple artworks associated with an audio file, to a * maximum of 20. Valid formats are <code>.jpg</code> and <code>.png</code> * @return Returns a reference to this object so that method calls can be chained together. */ public JobAlbumArt withArtwork(Artwork... artwork) { if (this.artwork == null) { setArtwork(new com.amazonaws.internal.SdkInternalList<Artwork>(artwork.length)); } for (Artwork ele : artwork) { this.artwork.add(ele); } return this; } /** * <p> * The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of * 20. Valid formats are <code>.jpg</code> and <code>.png</code> * </p> * * @param artwork * The file to be used as album art. There can be multiple artworks associated with an audio file, to a * maximum of 20. Valid formats are <code>.jpg</code> and <code>.png</code> * @return Returns a reference to this object so that method calls can be chained together. */ public JobAlbumArt withArtwork(java.util.Collection<Artwork> artwork) { setArtwork(artwork); return this; } /** * Returns a string representation of this object; useful for testing and debugging. * * @return A string representation of this object. * * @see java.lang.Object#toString() */ @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getMergePolicy() != null) sb.append("MergePolicy: ").append(getMergePolicy()).append(","); if (getArtwork() != null) sb.append("Artwork: ").append(getArtwork()); sb.append("}"); return sb.toString(); } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof JobAlbumArt == false) return false; JobAlbumArt other = (JobAlbumArt) obj; if (other.getMergePolicy() == null ^ this.getMergePolicy() == null) return false; if (other.getMergePolicy() != null && other.getMergePolicy().equals(this.getMergePolicy()) == false) return false; if (other.getArtwork() == null ^ this.getArtwork() == null) return false; if (other.getArtwork() != null && other.getArtwork().equals(this.getArtwork()) == false) return false; return true; } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getMergePolicy() == null) ? 0 : getMergePolicy().hashCode()); hashCode = prime * hashCode + ((getArtwork() == null) ? 0 : getArtwork().hashCode()); return hashCode; } @Override public JobAlbumArt clone() { try { return (JobAlbumArt) super.clone(); } catch (CloneNotSupportedException e) { throw new IllegalStateException("Got a CloneNotSupportedException from Object.clone() " + "even though we're Cloneable!", e); } } @com.amazonaws.annotation.SdkInternalApi @Override public void marshall(ProtocolMarshaller protocolMarshaller) { com.amazonaws.services.elastictranscoder.model.transform.JobAlbumArtMarshaller.getInstance().marshall(this, protocolMarshaller); } }