Amazon.OpsWorks.Model.Internal.MarshallTransformations.StartInstanceResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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