@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkArtifactMeta extends Object implements Serializable, Cloneable, StructuredPojo
Metadata for network package artifacts.
Artifacts are the contents of the package descriptor file and the state of the package.
Constructor and Description |
---|
NetworkArtifactMeta() |
Modifier and Type | Method and Description |
---|---|
NetworkArtifactMeta |
clone() |
boolean |
equals(Object obj) |
List<ToscaOverride> |
getOverrides()
Lists network package overrides.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOverrides(Collection<ToscaOverride> overrides)
Lists network package overrides.
|
String |
toString()
Returns a string representation of this object.
|
NetworkArtifactMeta |
withOverrides(Collection<ToscaOverride> overrides)
Lists network package overrides.
|
NetworkArtifactMeta |
withOverrides(ToscaOverride... overrides)
Lists network package overrides.
|
public List<ToscaOverride> getOverrides()
Lists network package overrides.
public void setOverrides(Collection<ToscaOverride> overrides)
Lists network package overrides.
overrides
- Lists network package overrides.public NetworkArtifactMeta withOverrides(ToscaOverride... overrides)
Lists network package overrides.
NOTE: This method appends the values to the existing list (if any). Use
setOverrides(java.util.Collection)
or withOverrides(java.util.Collection)
if you want to
override the existing values.
overrides
- Lists network package overrides.public NetworkArtifactMeta withOverrides(Collection<ToscaOverride> overrides)
Lists network package overrides.
overrides
- Lists network package overrides.public String toString()
toString
in class Object
Object.toString()
public NetworkArtifactMeta clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.