Amazon.DataPipeline.Model.Internal.MarshallTransformations.ActivatePipelineResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : ActivatePipelineResponseUnmarshaller
return ActivatePipelineResponseUnmarshaller
        public static ActivatePipelineResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new ActivatePipelineResponseUnmarshaller();
          }
          return instance;
        }