Amazon.AWSSupport.Model.Internal.MarshallTransformations.CreateCaseResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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