Class TargetResource


  • public class TargetResource
    extends Object
    Target resource.
    • Constructor Detail

      • TargetResource

        public TargetResource()
    • Method Detail

      • id

        public String id()
        Get the id value.
        Returns:
        the id value
      • withId

        public TargetResource withId​(String id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the TargetResource object itself.
      • resourceName

        public String resourceName()
        Get the resourceName value.
        Returns:
        the resourceName value
      • withResourceName

        public TargetResource withResourceName​(String resourceName)
        Set the resourceName value.
        Parameters:
        resourceName - the resourceName value to set
        Returns:
        the TargetResource object itself.
      • resourceType

        public String resourceType()
        Get the resourceType value.
        Returns:
        the resourceType value
      • withResourceType

        public TargetResource withResourceType​(String resourceType)
        Set the resourceType value.
        Parameters:
        resourceType - the resourceType value to set
        Returns:
        the TargetResource object itself.