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

GetInstance() public static method

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