@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArtifactsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for the artifacts.
Constructor and Description |
---|
ArtifactsConfiguration() |
Modifier and Type | Method and Description |
---|---|
ArtifactsConfiguration |
clone() |
boolean |
equals(Object obj) |
AudioArtifactsConfiguration |
getAudio()
The configuration for the audio artifacts.
|
ContentArtifactsConfiguration |
getContent()
The configuration for the content artifacts.
|
VideoArtifactsConfiguration |
getVideo()
The configuration for the video artifacts.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAudio(AudioArtifactsConfiguration audio)
The configuration for the audio artifacts.
|
void |
setContent(ContentArtifactsConfiguration content)
The configuration for the content artifacts.
|
void |
setVideo(VideoArtifactsConfiguration video)
The configuration for the video artifacts.
|
String |
toString()
Returns a string representation of this object.
|
ArtifactsConfiguration |
withAudio(AudioArtifactsConfiguration audio)
The configuration for the audio artifacts.
|
ArtifactsConfiguration |
withContent(ContentArtifactsConfiguration content)
The configuration for the content artifacts.
|
ArtifactsConfiguration |
withVideo(VideoArtifactsConfiguration video)
The configuration for the video artifacts.
|
public void setAudio(AudioArtifactsConfiguration audio)
The configuration for the audio artifacts.
audio
- The configuration for the audio artifacts.public AudioArtifactsConfiguration getAudio()
The configuration for the audio artifacts.
public ArtifactsConfiguration withAudio(AudioArtifactsConfiguration audio)
The configuration for the audio artifacts.
audio
- The configuration for the audio artifacts.public void setVideo(VideoArtifactsConfiguration video)
The configuration for the video artifacts.
video
- The configuration for the video artifacts.public VideoArtifactsConfiguration getVideo()
The configuration for the video artifacts.
public ArtifactsConfiguration withVideo(VideoArtifactsConfiguration video)
The configuration for the video artifacts.
video
- The configuration for the video artifacts.public void setContent(ContentArtifactsConfiguration content)
The configuration for the content artifacts.
content
- The configuration for the content artifacts.public ContentArtifactsConfiguration getContent()
The configuration for the content artifacts.
public ArtifactsConfiguration withContent(ContentArtifactsConfiguration content)
The configuration for the content artifacts.
content
- The configuration for the content artifacts.public String toString()
toString
in class Object
Object.toString()
public ArtifactsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.