@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VulnerabilityVendor extends Object implements Serializable, Cloneable, StructuredPojo
A vendor that generates a vulnerability report.
| Constructor and Description |
|---|
VulnerabilityVendor() |
| Modifier and Type | Method and Description |
|---|---|
VulnerabilityVendor |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the vendor.
|
String |
getUrl()
The URL of the vulnerability advisory.
|
String |
getVendorCreatedAt()
The datetime when the vulnerability advisory was created.
|
String |
getVendorSeverity()
The severity that the vendor assigned to the vulnerability.
|
String |
getVendorUpdatedAt()
The datetime when the vulnerability advisory was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the vendor.
|
void |
setUrl(String url)
The URL of the vulnerability advisory.
|
void |
setVendorCreatedAt(String vendorCreatedAt)
The datetime when the vulnerability advisory was created.
|
void |
setVendorSeverity(String vendorSeverity)
The severity that the vendor assigned to the vulnerability.
|
void |
setVendorUpdatedAt(String vendorUpdatedAt)
The datetime when the vulnerability advisory was last updated.
|
String |
toString()
Returns a string representation of this object.
|
VulnerabilityVendor |
withName(String name)
The name of the vendor.
|
VulnerabilityVendor |
withUrl(String url)
The URL of the vulnerability advisory.
|
VulnerabilityVendor |
withVendorCreatedAt(String vendorCreatedAt)
The datetime when the vulnerability advisory was created.
|
VulnerabilityVendor |
withVendorSeverity(String vendorSeverity)
The severity that the vendor assigned to the vulnerability.
|
VulnerabilityVendor |
withVendorUpdatedAt(String vendorUpdatedAt)
The datetime when the vulnerability advisory was last updated.
|
public void setName(String name)
The name of the vendor.
name - The name of the vendor.public String getName()
The name of the vendor.
public VulnerabilityVendor withName(String name)
The name of the vendor.
name - The name of the vendor.public void setUrl(String url)
The URL of the vulnerability advisory.
url - The URL of the vulnerability advisory.public String getUrl()
The URL of the vulnerability advisory.
public VulnerabilityVendor withUrl(String url)
The URL of the vulnerability advisory.
url - The URL of the vulnerability advisory.public void setVendorSeverity(String vendorSeverity)
The severity that the vendor assigned to the vulnerability.
vendorSeverity - The severity that the vendor assigned to the vulnerability.public String getVendorSeverity()
The severity that the vendor assigned to the vulnerability.
public VulnerabilityVendor withVendorSeverity(String vendorSeverity)
The severity that the vendor assigned to the vulnerability.
vendorSeverity - The severity that the vendor assigned to the vulnerability.public void setVendorCreatedAt(String vendorCreatedAt)
The datetime when the vulnerability advisory was created.
vendorCreatedAt - The datetime when the vulnerability advisory was created.public String getVendorCreatedAt()
The datetime when the vulnerability advisory was created.
public VulnerabilityVendor withVendorCreatedAt(String vendorCreatedAt)
The datetime when the vulnerability advisory was created.
vendorCreatedAt - The datetime when the vulnerability advisory was created.public void setVendorUpdatedAt(String vendorUpdatedAt)
The datetime when the vulnerability advisory was last updated.
vendorUpdatedAt - The datetime when the vulnerability advisory was last updated.public String getVendorUpdatedAt()
The datetime when the vulnerability advisory was last updated.
public VulnerabilityVendor withVendorUpdatedAt(String vendorUpdatedAt)
The datetime when the vulnerability advisory was last updated.
vendorUpdatedAt - The datetime when the vulnerability advisory was last updated.public String toString()
toString in class ObjectObject.toString()public VulnerabilityVendor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.