@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleImportJobAnalysisOverrideParameters extends Object implements Serializable, Cloneable, StructuredPojo
The override parameters for a single analysis that is being imported.
Constructor and Description |
---|
AssetBundleImportJobAnalysisOverrideParameters() |
Modifier and Type | Method and Description |
---|---|
AssetBundleImportJobAnalysisOverrideParameters |
clone() |
boolean |
equals(Object obj) |
String |
getAnalysisId()
The ID of the analysis that you ant to apply overrides to.
|
String |
getName()
A new name for the analysis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAnalysisId(String analysisId)
The ID of the analysis that you ant to apply overrides to.
|
void |
setName(String name)
A new name for the analysis.
|
String |
toString()
Returns a string representation of this object.
|
AssetBundleImportJobAnalysisOverrideParameters |
withAnalysisId(String analysisId)
The ID of the analysis that you ant to apply overrides to.
|
AssetBundleImportJobAnalysisOverrideParameters |
withName(String name)
A new name for the analysis.
|
public AssetBundleImportJobAnalysisOverrideParameters()
public void setAnalysisId(String analysisId)
The ID of the analysis that you ant to apply overrides to.
analysisId
- The ID of the analysis that you ant to apply overrides to.public String getAnalysisId()
The ID of the analysis that you ant to apply overrides to.
public AssetBundleImportJobAnalysisOverrideParameters withAnalysisId(String analysisId)
The ID of the analysis that you ant to apply overrides to.
analysisId
- The ID of the analysis that you ant to apply overrides to.public void setName(String name)
A new name for the analysis.
name
- A new name for the analysis.public String getName()
A new name for the analysis.
public AssetBundleImportJobAnalysisOverrideParameters withName(String name)
A new name for the analysis.
name
- A new name for the analysis.public String toString()
toString
in class Object
Object.toString()
public AssetBundleImportJobAnalysisOverrideParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.