Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteGroupResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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