Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.DeprecateDomainResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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