_propDict)) { return $this->_propDict["amazonAccountId"]; } else { return null; } } /** * Sets the amazonAccountId * The unique identifier for the Amazon account. * * @param string $val The value of the amazonAccountId * * @return AmazonResourceEvidence */ public function setAmazonAccountId($val) { $this->_propDict["amazonAccountId"] = $val; return $this; } /** * Gets the amazonResourceId * The Amazon resource identifier (ARN) for the cloud resource. * * @return string|null The amazonResourceId */ public function getAmazonResourceId() { if (array_key_exists("amazonResourceId", $this->_propDict)) { return $this->_propDict["amazonResourceId"]; } else { return null; } } /** * Sets the amazonResourceId * The Amazon resource identifier (ARN) for the cloud resource. * * @param string $val The value of the amazonResourceId * * @return AmazonResourceEvidence */ public function setAmazonResourceId($val) { $this->_propDict["amazonResourceId"] = $val; return $this; } /** * Gets the resourceName * The name of the resource. * * @return string|null The resourceName */ public function getResourceName() { if (array_key_exists("resourceName", $this->_propDict)) { return $this->_propDict["resourceName"]; } else { return null; } } /** * Sets the resourceName * The name of the resource. * * @param string $val The value of the resourceName * * @return AmazonResourceEvidence */ public function setResourceName($val) { $this->_propDict["resourceName"] = $val; return $this; } /** * Gets the resourceType * The type of the resource. * * @return string|null The resourceType */ public function getResourceType() { if (array_key_exists("resourceType", $this->_propDict)) { return $this->_propDict["resourceType"]; } else { return null; } } /** * Sets the resourceType * The type of the resource. * * @param string $val The value of the resourceType * * @return AmazonResourceEvidence */ public function setResourceType($val) { $this->_propDict["resourceType"] = $val; return $this; } }